Changeset 21826 for branches/gcc-kmk/include
- Timestamp:
- Nov 29, 2011, 10:49:58 AM (14 years ago)
- Location:
- branches/gcc-kmk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/odin.h
r21804 r21826 93 93 #ifdef __INNOTEK_LIBC__ 94 94 #define SYSTEM _System 95 #define _LNK_CONV _Optlink95 #define _LNK_CONV 96 96 #else 97 97 #define SYSTEM CDECL -
branches/gcc-kmk/include/stats.h
r21802 r21826 5 5 6 6 //Get memory statistics from odincrt 7 void _LNK_CONVgetcrtstat(unsigned long *pnrcalls_malloc,8 unsigned long *pnrcalls_free,9 unsigned long *ptotalmemalloc);7 void SYSTEM getcrtstat(unsigned long *pnrcalls_malloc, 8 unsigned long *pnrcalls_free, 9 unsigned long *ptotalmemalloc); 10 10 #ifdef __cplusplus 11 11 extern "C" {
Note:
See TracChangeset
for help on using the changeset viewer.
