Adjust sourcize.c to use _snprintf if using MSVC.
[SquirrelJME.git] / nanocoat / cmake / tryVarArgsH.c
blob7ed7f24b096dba3b655d62bd5ef9c32edd0bbd9e
1 /* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // -------------------------------------------------------------------------*/
10 #include <varargs.h>
12 int main(int argc, char** argv)
14 return 0;