mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00

TODO: handle bitfields in structs, preprocessor commands, output csv & xml formats. svn path=/trunk/; revision=6530
8 lines
95 B
C
8 lines
95 B
C
// skip_ws.h
|
|
|
|
#ifndef SKIP_WS_H
|
|
#define SKIP_WS_H
|
|
|
|
char* skip_ws ( char* );
|
|
|
|
#endif//SKIP_WS_H
|