Parent Directory
|
Revision Log
|
Patch
revision 1.3 by joko, Fri Jun 16 19:39:07 2006 UTC | revision 1.4 by joko, Fri Jun 16 20:32:37 2006 UTC | |
---|---|---|
# | Line 11 void chomp(char * string) { | Line 11 void chomp(char * string) { |
11 | } | } |
12 | } | } |
13 | ||
14 | // strip leading and trailing whitespace | |
15 | void trim(char ** string) { | void trim(char ** string) { |
16 | ||
17 | // string length and loop variable | // string length and loop variable |
# | Line 74 void trim(char ** string) { | Line 75 void trim(char ** string) { |
75 | } | } |
76 | ||
77 | ||
78 | // checks for errors and writes its message to stderr | // checks for error and writes its message to stderr |
79 | BOOL check_alert_error(const char * error_source) { | BOOL check_alert_error(const char * error_source) { |
80 | DWORD dwError = GetLastError(); | DWORD dwError = GetLastError(); |
81 |
|
MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
Powered by ViewVC 1.1.26 | ![]() |