#include <oskit/fs/fs.h>void fs_vprintf(char *fmt, __oskit_va_list ap);
filesystem libraryclient OS
This function generates formatted output to stdout. The client operating system defines what is meant by stdout; the output may be displayed on the console, directed to a log, returned to the current client, etc.
- fmt
- The format for the output.
- ap
- The list of arguments for the output.