utils.h (176B)
1 #pragma once 2 3 #include <stdlib.h> 4 #include "types.h" 5 6 void softpanic(const char* fmt, ...); 7 8 void panic(const char* fmt, ...); 9 void panic_at(Node* node, const char* fmt, ...);
oxThe Ox programming language, compiler and tools (WIP) | |
| Log | Files | Refs | README | LICENSE |