mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
11 lines
133 B
C
11 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
|