C语言中格式字符串的一般形式为: %[标志][输出最小宽度][.精度][长度]类型, 其中方括号[]中的项为可选项. 一.类型 我们用一定的字符用以表示输出数据的类型,其格式符和意义下表所示: 字符 意义 a 浮点数.十六进制数字和p-计数法(C99) A 浮点数.十六进制数字和p-计数法(C99) c 输出单个字符 d
依赖的类 /*1 utils.h *# A variety of utility functions. *# *# Some of the functions are duplicates of well known C functions that are not *# standard. *2 License *[ *# Author: Werner Stoop *# This software is provided under the terms of the unlicense. *#