src/server/public/nsapi.h

changeset 63
66442f81f823
parent 61
c858850f3d3a
child 64
c7f5b062e622
equal deleted inserted replaced
62:c47e081b6c0f 63:66442f81f823
1368 /* file */ 1368 /* file */
1369 NSAPI_PUBLIC int system_fread(SYS_FILE fd, void *buf, int nbyte); 1369 NSAPI_PUBLIC int system_fread(SYS_FILE fd, void *buf, int nbyte);
1370 NSAPI_PUBLIC int system_fwrite(SYS_FILE fd, const void *buf, int nbyte); 1370 NSAPI_PUBLIC int system_fwrite(SYS_FILE fd, const void *buf, int nbyte);
1371 NSAPI_PUBLIC int system_fclose(SYS_FILE fd); 1371 NSAPI_PUBLIC int system_fclose(SYS_FILE fd);
1372 1372
1373 NSAPI_PUBLIC int util_errno2status(int errno_value); 1373 NSAPI_PUBLIC int util_errno2status(int errno_value); // new
1374 #define util_errno2status util_errno2status 1374 #define util_errno2status util_errno2status
1375 1375
1376 1376
1377 // threadpool 1377 // threadpool
1378 threadpool_t* threadpool_new(int n); 1378 threadpool_t* threadpool_new(int n);

mercurial