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/umalloc.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.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
    26
    37#ifndef _UMALLOC_H
     
    711#include <sys/_types.h>
    812
    9 #if defined (__cplusplus)
    10 extern "C" {
    11 #endif
     13__BEGIN_DECLS
    1214
    1315#if !defined (_SIZE_T)
     
    99101void *_utmalloc (Heap_t, size_t);
    100102
    101 #if defined (__cplusplus)
    102 }
    103 #endif
     103__END_DECLS
    104104
    105105#endif /* not _UMALLOC_H */
Note: See TracChangeset for help on using the changeset viewer.