Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/alloca.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.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 */
    25
    36#ifndef _ALLOCA_H
    47#define _ALLOCA_H
     8
     9#include <sys/cdefs.h>
     10#include <stddef.h>
     11
     12#undef alloca
     13
     14__BEGIN_DECLS
     15void *alloca(size_t);
     16__END_DECLS
    517
    618#if !defined (alloca)
Note: See TracChangeset for help on using the changeset viewer.