next up previous contents index
Next: 7.7.4 fs_vsprintf: Generate formatted Up: 7.7 Dependencies on the Previous: 7.7.2 fs_delay: Wait for

7.7.3 fs_vprintf: Generate formatted output to stdout

 

SYNOPSIS

#include <oskit/fs/fs.h>

void fs_vprintf(char *fmt, __oskit_va_list ap);

DIRECTION

filesystem library tex2html_wrap_inline32841 client OS

DESCRIPTION

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.

PARAMETERS

fmt
The format for the output.
ap
The list of arguments for the output.



University of Utah Flux Research Group