1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-06-18 00:17:58 +00:00

it compiles

This commit is contained in:
anon
2023-08-24 03:47:09 +02:00
parent e41ff28910
commit ed22849143
5 changed files with 78 additions and 75 deletions

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include "hl.h"
#include "terminal_hl.h"
#define ALLOCATION_CHUNK (10UL)
@ -36,7 +36,7 @@ int main(int argc,
// Highlight init
terminal_hl_init();
//
#include "hl_c.inc";
#include "hl_c.inc"
//
render_string(buffer, "cterm");
putchar('\n');