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
This commit is contained in:
Royce Mitchell III 2003-11-05 20:24:23 +00:00
parent 3911ce2391
commit cb64e58964
23 changed files with 1722 additions and 0 deletions

View file

@ -0,0 +1,8 @@
// skip_ws.h
#ifndef SKIP_WS_H
#define SKIP_WS_H
char* skip_ws ( char* );
#endif//SKIP_WS_H