Initial revision
[LeanCalc.git] / calc / calc / args.h
1 /*
2  * DO NOT EDIT -- generated by the Makefile
3  */
4
5
6 #if !defined(__ARGS_H__)
7 #define __ARGS_H__
8
9
10 /* what type of variable args do we have? */
11 #define STDARG /* use <stdarg.h> */
12 #include <stdarg.h>
13
14 /* should we use vsprintf()? */
15 #define HAVE_VS /* yes */
16
17
18 #endif /* !__ARGS_H__ */