#include <oskit/fs/fs.h>void fs_vsprintf(char *s, char *fmt, __oskit_va_list ap);
filesystem library client OS
This function generates formatted output to a string.
- s
- The string into which to copy the output.
- fmt
- The format for the output.
- ap
- The list of arguments for the output.