mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
1e3d5d70e9
svn path=/trunk/; revision=26033
10 lines
133 B
C
10 lines
133 B
C
// skip_ws.h
|
|
|
|
#ifndef SKIP_WS_H
|
|
#define SKIP_WS_H
|
|
|
|
char* skip_ws ( char* );
|
|
|
|
const char* skip_ws ( const char* );
|
|
|
|
#endif//SKIP_WS_H
|