oga/ext/c
Yorick Peterse 1400a859ce Make sure C strings always end with a NULL.
Haven't bumped into any problems just yet. However, in theory all sorts of evil
could happen here. Which is part of the problem of C: so much shit is undefined
behaviour that you can take a single step and fall in 15 holes at the same time.
In theory, because nobody bothered to actually specify it properly.
2014-09-28 22:28:55 +02:00
..
extconf.rb Use proper create_makefile 2014-09-02 20:27:20 +02:00
lexer.h Fixed guard in the lexer header. 2014-05-18 16:51:17 +02:00
lexer.rl Make sure C strings always end with a NULL. 2014-09-28 22:28:55 +02:00
liboga.c Don't redefine namespaces in C. 2014-05-07 10:52:06 +02:00
liboga.h Removed stdioh. #include. 2014-05-11 21:06:55 +02:00