refactor: remove conditional compilation layers

This commit is contained in:
2026-08-12 17:27:42 +09:00
parent 91931196e2
commit 0d06ba43cd
4 changed files with 19 additions and 47 deletions

View File

@@ -1,6 +1,11 @@
#define STRANS_TEST_ENGINE
#include "../strans.c"
#include "test.h"
#include "../cutest/cutest.h"
extern Lang testvi;
Str mkstr(char*);
int checkstr(struct ct*, char*, char*, Str*);
Str shownpre(Im*);
static int typekeys(struct ct*, char*, Str*);