Changeset 1506 for trunk/src/emx/include/umalloc.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/umalloc.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1505 r1506 1 /* umalloc.h (emx+gcc) */ 1 /* umalloc.h,v 1.4 2004/09/14 22:27:36 bird Exp */ 2 /** @file 3 * EMX. 4 */ 5 2 6 3 7 #ifndef _UMALLOC_H … … 7 11 #include <sys/_types.h> 8 12 9 #if defined (__cplusplus) 10 extern "C" { 11 #endif 13 __BEGIN_DECLS 12 14 13 15 #if !defined (_SIZE_T) … … 99 101 void *_utmalloc (Heap_t, size_t); 100 102 101 #if defined (__cplusplus) 102 } 103 #endif 103 __END_DECLS 104 104 105 105 #endif /* not _UMALLOC_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.