c2hs-0.16.6: tests/bugs/issue-29/issue29.h
#ifndef _STDLIB_H_ #define _STDLIB_H_ int atexit(void (*)(void)); #ifdef __BLOCKS__ int atexit_b(void (^)(void)); #endif #endif
#ifndef _STDLIB_H_ #define _STDLIB_H_ int atexit(void (*)(void)); #ifdef __BLOCKS__ int atexit_b(void (^)(void)); #endif #endif