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:
@ -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');
|
||||
|
Reference in New Issue
Block a user