|
|
1.1 root 1: pprriinnttff() -- Accessible Kernel Routine
2:
3: vvooiidd
4: pprriinnttff(_f_o_r_m_a_t, _a_r_g, ... )
5: cchhaarr *_f_o_r_m_a_t;
6:
7: The kernel's version of pprriinnttff() is a simplified version of the function
8: found in the standard C library. This version recognizes the formatting
9: conversions %, cc, dd, oo, pp, rr, ss, uu, xx, DD, OO, UU, and XX. It also recognizes
10: the length modifier ll. It does not recognize left justification, field
11: widths, or zero padding. For details on each conversion specification, see
12: the Lexicon entry for the standard-I/O (STDIO) pprriinnttff() library function.
13:
14: _S_e_e _A_l_s_o
15: aacccceessssiibbllee kkeerrnneell rroouuttiinneess, pprriinnttff()
16:
17: _N_o_t_e_s
18: Note that unlike the library version of this function, the kernel version
19: of pprriinnttff() is synchronous; that is, it does not wait until the next
20: context switch before it prints your message.
21:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.