5 lines
90 B
C
5 lines
90 B
C
#pragma once
|
|
#define __LIBC_SIGNAL_STACK_SIZE 4096
|
|
|
|
void __libc_signal_init(void);
|