Changeset 1506 for trunk/src/emx/include/alloca.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/alloca.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* alloca.h (emx+gcc) */ 1 /* alloca.h,v 1.2 2004/09/14 22:27:31 bird Exp */ 2 /** @file 3 * EMX 4 */ 2 5 3 6 #ifndef _ALLOCA_H 4 7 #define _ALLOCA_H 8 9 #include <sys/cdefs.h> 10 #include <stddef.h> 11 12 #undef alloca 13 14 __BEGIN_DECLS 15 void *alloca(size_t); 16 __END_DECLS 5 17 6 18 #if !defined (alloca) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.