#include "types.h"#include "stat.h"#include "user.h"Go to the source code of this file.
Functions | |
| static void | putc (int fd, char c) |
| static void | printint (int fd, int xx, int base, int sgn) |
| void | printf (int fd, char *fmt,...) |
| void printf | ( | int | fd, | |
| char * | fmt, | |||
| ... | ||||
| ) |
| static void printint | ( | int | fd, | |
| int | xx, | |||
| int | base, | |||
| int | sgn | |||
| ) | [static] |
| static void putc | ( | int | fd, | |
| char | c | |||
| ) | [static] |
1.5.6