libhl/include/syntax/syntax.h
Emil ac4a07e9d4
Improved main.c and syntax for the sake of the future children of the world
Removed division from get_stdin, and made it fail properly on failed allocation
Fixed the retard brain #include syntax/c.h shit (god I hope I didn't break highlightlighting I'm not - I checked and it outputs the same under the last commit, it's probably fine anon'll fix it what a cuck)
Much better input handling, properly using perror and handling multible files even under a noexist condition, probably fixed a seggy on noexist condition
2023-09-20 23:49:36 +00:00

7 lines
60 B
C

#ifndef SYNTAX_H_
#include "c.h"
#define SYNTAX_H_
#endif