- Merge aicom-network-fixes up to r36740
[reactos.git] / rosapps / applications / sysutils / utils / sdkparse / skip_ws.h
1 // skip_ws.h
2
3 #ifndef SKIP_WS_H
4 #define SKIP_WS_H
5
6 char* skip_ws ( char* );
7
8 const char* skip_ws ( const char* );
9
10 #endif//SKIP_WS_H