next up previous contents index
Next: 7.7.5 fs_panic: Cleanup and Up: 7.7 Dependencies on the Previous: 7.7.3 fs_vprintf: Generate formatted

7.7.4 fs_vsprintf: Generate formatted output to a string

 

SYNOPSIS

#include <oskit/fs/fs.h>

void fs_vsprintf(char *s, char *fmt, __oskit_va_list ap);

DIRECTION

filesystem library tex2html_wrap_inline32841 client OS

DESCRIPTION

This function generates formatted output to a string.

PARAMETERS

s
The string into which to copy the output.
fmt
The format for the output.
ap
The list of arguments for the output.



University of Utah Flux Research Group