Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
trim.h File Reference
#include <wchar.h>

Go to the source code of this file.

Macros

#define TRIM_H
 

Functions

char * strtrim (char *buffer)
 
wchar_t * wcstrim (wchar_t *buffer)
 

Macro Definition Documentation

◆ TRIM_H

#define TRIM_H

Definition at line 41 of file trim.h.

Function Documentation

◆ strtrim()

char * strtrim ( char * buffer)

Definition at line 60 of file trim.cpp.

◆ wcstrim()

wchar_t * wcstrim ( wchar_t * buffer)

Definition at line 88 of file trim.cpp.