It's in the help file.
=====
Declared in:
<stdio.h>
Description:
The sprintf_s function is equivalent to the sprintf function except for the parameter max and the explicit runtime-constraints.
=====
Edit: I can't get it working though!
Yes I can
#define __STDC_WANT_LIB_EXT1__ 1
#include <stdio.h>
John