mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
19 lines
308 B
C
19 lines
308 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() and vsnprintf()? */
|
|
#define HAVE_VSPRINTF /* yes */
|
|
|
|
|
|
#endif /* !__ARGS_H__ */
|