ReactOS 0.4.15-dev-7953-g1f49173
skip_ws.h
Go to the documentation of this file.
1// skip_ws.h
2
3#ifndef SKIP_WS_H
4#define SKIP_WS_H
5
6char* skip_ws ( char* );
7
8const char* skip_ws ( const char* );
9
10#endif//SKIP_WS_H
char * skip_ws(char *)
Definition: skip_ws.cpp:9