Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/stdlib

    r627f585 rbb82c03  
    1313// Update Count     : 99
    1414//
     15
     16#ifndef STDLIB_H
     17#define STDLIB_H
    1518
    1619//---------------------------------------
     
    4447void free( void * ptr );
    4548} // extern "C"
    46 
    47 forall( otype T, ttype Params | { void ?{}(T *, Params); } ) T * new( Params p );
    48 forall( dtype T | { void ^?{}(T *); } ) void delete( T * ptr );
    49 
    5049
    5150//---------------------------------------
     
    131130void swap( T * t1, T * t2 );
    132131
     132#endif // STDLIB_H
     133
    133134// Local Variables: //
    134135// mode: c //
Note: See TracChangeset for help on using the changeset viewer.