sic

The sic programming language, compiler and tools (WIP)
Log | Files | Refs

utils.h (144B)


      1 #pragma once
      2 
      3 char *read_file(const char *filename);
      4 
      5 void separate_file_from_path(const char *fullpath, char **out_path, char **out_filename);