MOS Source Code
|
Go to the source code of this file.
Functions | |
int | sprintf (char *__restrict str, const char *__restrict format,...) |
int | snprintf (char *__restrict str, size_t size, const char *__restrict format,...) |
int | vsprintf (char *__restrict str, const char *__restrict format, va_list ap) |
int sprintf | ( | char *__restrict | str, |
const char *__restrict | format, | ||
... ) |
Definition at line 16 of file mos_stdio.c.
Referenced by create_idle_task(), dentry_path(), do_print_vmflags(), format_size(), io_get_name(), platform_get_datetime_str(), raw_decode(), and userfs_manager_register_filesystem().