/[mldonkey]/mldonkey/src/utils/lib/stubs_c.c
ViewVC logotype

Diff of /mldonkey/src/utils/lib/stubs_c.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by spiralvoice, Fri Sep 2 22:39:59 2005 UTC revision 1.23 by spiralvoice, Thu Sep 8 12:44:53 2005 UTC
# Line 1198  external_exit (void) Line 1198  external_exit (void)
1198    
1199          return Val_unit;          return Val_unit;
1200  }  }
1201    
1202    value
1203    ml_uname(void) {
1204            char buf[4096];
1205            buf[0] = '\0';
1206            os_uname(buf);
1207            return caml_copy_string(buf);
1208    }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26