Changeset 2029 for trunk/src/emx/include/stdlib.h
- Timestamp:
- Jun 13, 2005, 11:51:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdlib.h
-
Property cvs2svn:cvs-rev
changed from
1.33
to1.34
r2028 r2029 241 241 #endif 242 242 243 /** @todo__uint32_t244 arc4random(void); */245 /** @todo void arc4random_addrandom(unsigned char *dat, int datlen); */ 246 /** @todo void arc4random_stir(void); */ 243 __uint32_t 244 arc4random(void); 245 void arc4random_addrandom(unsigned char *dat, int datlen); 246 void arc4random_stir(void); 247 247 char *getbsize(int *, long *); 248 248 /* getcap(3) functions */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.