Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
#elif __POCC_TARGET__ == 3/* macros */#define setjmp(env) _setjmp((env),0)/* type definitions */typedef struct __declspec(align(16)) { unsigned long long data[2];} jmp_buf[16];...
The allocated space is guaranteed to be suitable aligned for all basic data types.
void * aligned_alloc(size_t alignment, size_t size);