ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

utils.h (107B)


      1 #pragma once
      2 
      3 #include <stdlib.h>
      4 
      5 void panic(const char *fmt, ...);
      6 void softpanic(const char *fmt, ...);