PatchworkOS
Loading...
Searching...
No Matches
sscanf.c File Reference
#include <stdarg.h>
#include <stdio.h>

Go to the source code of this file.

Functions

int sscanf (const char *_RESTRICT s, const char *_RESTRICT format,...)
 

Function Documentation

◆ sscanf()

int sscanf ( const char *_RESTRICT  s,
const char *_RESTRICT  format,
  ... 
)

Definition at line 4 of file sscanf.c.

References va_end, va_start, and vsscanf().

Referenced by cpu_stat_read(), and terminal_columns_get().