reactos/reactos/apps/utils/sdkparse/skip_ws.h
Royce Mitchell III cb64e58964 initial version of sdkparse, not generating db output yet, just diagnostic info. Successfully parsing most of what we need.
TODO: handle bitfields in structs, preprocessor commands, output csv & xml formats.

svn path=/trunk/; revision=6530
2003-11-05 20:24:23 +00:00

8 lines
95 B
C

// skip_ws.h
#ifndef SKIP_WS_H
#define SKIP_WS_H
char* skip_ws ( char* );
#endif//SKIP_WS_H