Files

6 lines
123 B
C
Raw Permalink Normal View History

#include <stdint.h>
#include <string.h>
2018-10-03 00:15:03 -04:00
int _start(int argc, char **argv) {
return 5; // ((uintptr_t) strlen) + 256;
2018-10-03 00:15:03 -04:00
}