mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +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
|