next up previous contents index
Next: 9.7.4 fs_vsprintf: Generate formatted Up: 9.7 Dependencies on the Previous: 9.7.2 fs_delay: Wait for

9.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_inline36701 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.



Utah Flux Research Group