asm

custom asm compiler (learn project)
git clone git://git.evenfri.xyz/asm.git
Log | Files | Refs

fns.h (82B)


      1 #ifndef fns_h
      2 #define fns_h
      3 
      4 char* read_file(char *filename);
      5 
      6 #endif /* fns_h */