cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

ihx_file.h (318B)


      1// This is free and unencumbered software released into the public domain.
      2// For more information, please refer to <https://unlicense.org>
      3// bbbbbr 2020
      4
      5
      6#ifndef _IHX_FILE_H
      7#define _IHX_FILE_H
      8
      9int ihx_file_process_areas(char * filename_in);
     10void set_option_warnings_as_errors(bool new_val);
     11
     12#endif // _IHX_FILE_H