moved tim.h to include/
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Test character width.
|
||||
|
||||
#include <assert.h>
|
||||
#include "../tim.h"
|
||||
#include "tim.h"
|
||||
|
||||
static int cp_to_utf8(int32_t cp, char* s) {
|
||||
assert(cp > 0 && cp < 0x110000);
|
||||
|
||||
Reference in New Issue
Block a user