first try at writing an efficient and "correct" exp10
[musl] / src / env / __stack_chk_guard.c
1 #include <inttypes.h>
2 uintptr_t __stack_chk_guard = 0xdecafbad;