/[cvs]/joko/Uni/BSArch/03/win32/utils_misc.c
ViewVC logotype

Diff of /joko/Uni/BSArch/03/win32/utils_misc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed