summaryrefslogtreecommitdiff
path: root/src/tools/3rdparty/iossim_1_8_2/nsprintf.h
blob: cee7c00d289d3d417f54106bdc3a17caa5ebfb13 (plain)
1
2
3
4
5
6
/*
 * See the IOSSIM_LICENSE file in this directory for the license on the source code in this file.
 */
int nsvfprintf (FILE *stream, NSString *format, va_list args);
int nsfprintf (FILE *stream, NSString *format, ...);
int nsprintf (NSString *format, ...);