Chameleon

Chameleon Commit Details

Date:2010-02-20 12:13:34 (14 years 2 months ago)
Author:JrCs
Commit:95
Parents: 94
Message:New 'warning' macro
Changes:
M/branches/JrCs/i386/libsaio/saio_internal.h

File differences

branches/JrCs/i386/libsaio/saio_internal.h
9292
9393
9494
95
9596
9697
9798
extern int getchar(void);
extern int printf(const char *format, ...);
#define verbose(...) if (gVerboseMode) printf(__VA_ARGS__)
#define warning(...) printf(__VA_ARGS__)
extern int error(const char *format, ...);
extern void stop(const char *format, ...);

Archive Download the corresponding diff file

Revision: 95