mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-08 03:24:19 +00:00
Add UCG library to Odin compiler
This commit is contained in:
@@ -162,3 +162,8 @@ end:
|
||||
if (codepoint_out) *codepoint_out = codepoint;
|
||||
return width;
|
||||
}
|
||||
|
||||
// NOTE(Feoramund): It's down here because I made UCG use the utf8_decode above to avoid duplicating code.
|
||||
extern "C" {
|
||||
#include "ucg/ucg.c"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user