summaryrefslogtreecommitdiff
path: root/src/stdio/snprintf_s.c
blob: 9ed36fcc7c553700e96655c850f2fb2932ac82bc (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>

int snprintf_s( char * restrict s, rsize_t n, const char * restrict format, ...)
{
	__C_EXT(1, 201112L);
}

/*
CEXT1(201112)
*/