mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
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
|