1. 首页
  2. 数据库
  3. 其它
  4. ft_printf_NULL 源码

ft_printf_NULL 源码

上传者: 2021-02-16 21:34:36上传 ZIP文件 3.84KB 热度 4次
PRINTF(1)BSD通用命令手册PRINTF(1) NAME printf-格式化输出 提要printf格式[参数...] 描述printf实用程序在格式的控制下在第一个之后格式化并打印其参数。 格式是一个字符串,包含三种类型的对象:普通字符(简单地复制到标准输出中),字符转义序列(转换并复制到标准输出中)以及格式规范,每种格式都导致打印下一个连续的论点。 The arguments after the first are treated as strings if the corresponding format is either c, b or s; otherwise it
用户评论