Changeset 159c62e for src/libcfa/stdlib


Ignore:
Timestamp:
Jul 5, 2016, 4:33:46 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
9bb81bb8
Parents:
d32c4e2
Message:

add small set of library types/routines to prelude to reduce including larger library files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdlib

    rd32c4e2 r159c62e  
    1010// Created On       : Thu Jan 28 17:12:35 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun 30 15:04:18 2016
    13 // Update Count     : 97
     12// Last Modified On : Tue Jul  5 09:56:31 2016
     13// Update Count     : 98
    1414//
    15 
    16 //---------------------------------------
    17 
    18 extern "C" {
    19 #include <stddef.h>                                                                             // size_t
    20 } // extern "C"
    2115
    2216//---------------------------------------
     
    2721#define EXIT_SUCCESS    0                                                               // successful exit status
    2822#endif // ! EXIT_FAILURE
    29 void exit( int rc );
    30 void abort( void );
    3123} // extern "C"
    3224
Note: See TracChangeset for help on using the changeset viewer.