ReactOS 0.4.17-dev-243-g1369312
_snprintf.c File Reference
#include <stdio.h>
#include "_sntprintf.h"
Include dependency graph for _snprintf.c:

Go to the source code of this file.

Macros

#define str_sntprintf   "_snprintf"
 

Typedefs

typedef int(__cdeclPFN_sntprintf) (char *_Dest, size_t _Count, const char *_Format,...)
 

Functions

 START_TEST (_snprintf)
 

Macro Definition Documentation

◆ str_sntprintf

#define str_sntprintf   "_snprintf"

Definition at line 3 of file _snprintf.c.

Typedef Documentation

◆ PFN_sntprintf

typedef int(__cdecl * PFN_sntprintf) (char *_Dest, size_t _Count, const char *_Format,...)

Definition at line 2 of file _snprintf.c.

Function Documentation

◆ START_TEST()

START_TEST ( _snprintf  )

Definition at line 6 of file _snprintf.c.

7{
9}
static void Test__sntprintf(void)
Definition: _sntprintf.h:37