mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 09:42:57 +00:00
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:
parent
3911ce2391
commit
cb64e58964
23 changed files with 1722 additions and 0 deletions
8
reactos/apps/utils/sdkparse/skip_ws.h
Normal file
8
reactos/apps/utils/sdkparse/skip_ws.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
// skip_ws.h
|
||||
|
||||
#ifndef SKIP_WS_H
|
||||
#define SKIP_WS_H
|
||||
|
||||
char* skip_ws ( char* );
|
||||
|
||||
#endif//SKIP_WS_H
|
Loading…
Add table
Add a link
Reference in a new issue