Changeset 796
- Timestamp:
- Oct 2, 2003, 3:45:41 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/stdlib.h
-
Property cvs2svn:cvs-rev
changed from
1.14
to1.15
r795 r796 333 333 unsigned long rem; 334 334 } _uldiv_t; 335 336 #if __ISO_C_VISIBLE >= 1999 && defined(__LONG_LONG_SUPPORTED) 337 typedef struct _lldiv_t _lldiv_t; 338 #else 335 339 typedef struct 336 340 { … … 338 342 long long rem; 339 343 } _lldiv_t; 344 #endif 340 345 typedef struct 341 346 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.