1 2 3 4 5 6 7 8 9
#include "../includes/compiler.h" #include <malloc.h> #include <stdio.h> #include <string.h> int main() { return 0; }