Changeset 1705 for trunk/src/emx/include/stdlib.h
- Timestamp:
- Dec 6, 2004, 3:19:54 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdlib.h
-
Property cvs2svn:cvs-rev
changed from
1.29
to1.30
r1704 r1705 84 84 #define RAND_MAX 0x7fffffff 85 85 86 extern int _ mb_cur_max; /* bird: one underscore, not two for us. */87 #define MB_CUR_MAX _ mb_cur_max /* bird: one underscore, not two for us. */86 extern int __mb_cur_max; 87 #define MB_CUR_MAX __mb_cur_max 88 88 89 89 __BEGIN_DECLS -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.