genericopenlibs/cstdlib/LINC/STDLIB.H
changeset 34 5fae379060a7
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
31:ce057bb09d0b 34:5fae379060a7
    64 */
    64 */
    65 #define atexit	_epoc32_atexit
    65 #define atexit	_epoc32_atexit
    66 IMPORT_C int	_epoc32_atexit	(void (*_func)(void));
    66 IMPORT_C int	_epoc32_atexit	(void (*_func)(void));
    67 
    67 
    68 #ifdef EKA2
    68 #ifdef EKA2
    69 void	abort	(void);
    69 IMPORT_C void	abort	(void);
    70 #else
    70 #else
    71 IMPORT_C void	abort	(void);
    71 IMPORT_C void	abort	(void);
    72 #endif
    72 #endif
    73 
    73 
    74 IMPORT_C int	abs		(int);
    74 IMPORT_C int	abs		(int);