printf

printf

 英

  • 网络输出函数;格式化输出;输出格式化字串

例句

When the SPU needs to do any standard library calls like printf or exit, it has to call back to the main thread.

SPU需要执行任何标准调用例如printfexit需要回调主线

Use printf tokens for dynamic content in a full sentence rather than breaking up the sentence into multiple strings.

完整句子使用printf标记标记动态内容不要句子分割多个字符串

After computing the factorial, you now want to print it out using printf.

计算阶乘之后现在需要printf打印出来

If any of the tests fail, an appropriate message is printed in the Purify console or log by calling purify_printf.

如果任何一个测试失败一个适当消息都会通过调用purify_printf打印Purify控制台或者日志

The code in fork1. c simply makes the call to fork and prints the integer result through a call to printf.

c代码不过就是发出fork调用通过一个printf用来打印整数结果

In this case, each string in the collection is passed as an argument to printf.

这样集合一个字符串作为printf参数传入

Also, many "helper" functions like atoi, printf, memcpy, strcmp, etc. were needed.

此外需要一些工具函数atoiprintfmemcpystrcmp等等

Some of the most convenient features added in C99 are in the printf family of functions.

C99增加方便特性printf函数家族

The first parameter to printf is the address of an output string.

printf第一参数输出字符串地址

In C, a common mistake is to pass attacker data into format string parameters (such as the first parameter of printf(3)).

C语言一个常见错误攻击数据传递格式化字符串参数例如printf(3)第一参数)。

The %03d is a printf-style format specifier.

03dprintf风格格式说明

Please note, however, that printfis not executed on the SPE because the SPE is incapable of input and output.

注意printf并不SPE执行原因SPE不能输入输出

In the example below, the printf (3) assumes that a pointer is 32-bits.

下面例子printf(3)假设指针32

Note the use of printk here: this is the kernel printf function.

注意此处printk用法内核printf函数

It simply uses printf, but this could easily send an SNMP trap, for example.

使用printf但是可以轻松地发送一个比如SNMPtrap。)

printf is used instead of println.

使用printf而非println

printf( "Input the number of retainers to this bank: " );

输入此岸随从人数:”);