Searched refs:fmt (Results 1 – 1 of 1) sorted by relevance
| /examples/libc/ |
| A D | printf.c | 55 intchk (const char *fmt) in intchk() argument 57 (void) printf("%15s :, \"", fmt); in intchk() 58 (void) printf(fmt, 0); in intchk() 60 (void) printf(fmt, 123); in intchk() 62 (void) printf(fmt, -18); in intchk() 67 fltchk (const char *fmt) in fltchk() argument 69 (void) printf("%15s :, \"", fmt); in fltchk() 70 (void) printf(fmt, 0.0); in fltchk() 72 (void) printf(fmt, 123.0001); in fltchk() 74 (void) printf(fmt, -18.0002301); in fltchk()
|
Completed in 2 milliseconds