mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
19 lines
286 B
C
19 lines
286 B
C
/*
|
|
* DO NOT EDIT -- generated by the Makefile
|
|
*/
|
|
|
|
|
|
#if !defined(__ARGS_H__)
|
|
#define __ARGS_H__
|
|
|
|
|
|
/* what type of variable args do we have? */
|
|
#define STDARG /* use <stdarg.h> */
|
|
#include <stdarg.h>
|
|
|
|
/* should we use vsprintf()? */
|
|
#define HAVE_VS /* yes */
|
|
|
|
|
|
#endif /* !__ARGS_H__ */
|