use gcc magic and a #define to convert buffer_puts to buffer_put if the

string argument length is known at compile time (same for
buffer_putsflush)
This commit is contained in:
leitner
2015-04-19 02:11:41 +00:00
parent fce165fdcb
commit 214ad3a92e
3 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#define __LIBOWFAT_INTERNAL
#include "str.h"
#include "buffer.h"