MOS Source Code
Loading...
Searching...
No Matches
mos_stdio.c File Reference
#include "mos_stdio.h"
#include <limits.h>
+ Include dependency graph for mos_stdio.c:

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)
 

Function Documentation

◆ sprintf()

int sprintf ( char *__restrict str,
const char *__restrict format,
... )

Definition at line 7 of file mos_stdio.c.

+ Here is the call graph for this function:

◆ snprintf()

int snprintf ( char *__restrict str,
size_t size,
const char *__restrict format,
... )