mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.5t1.1
This commit is contained in:
18
win32/args.h
Normal file
18
win32/args.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* 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__ */
|
Reference in New Issue
Block a user