1
0
Fork
You've already forked toki.h
0
toki.h is a header that provides toki pona translations of C keywords.
  • C 100%
2026年07月05日 00:26:27 -04:00
README.md feat: init 2026年07月05日 00:26:27 -04:00
toki.h feat: init 2026年07月05日 00:26:27 -04:00

toki.h

toki.h is a header that provides toki pona translations of C keywords.

Usage

Just drop it in as an include in your project. toki.h relies on __STDC_VERSION__ to determine your C version for newer keyword support, which is used in most C compilers.

#include <stdio.h>#include "toki.h"
// Ilo mi.
nanpa main(ala) {
 printf("O, ma!\n");
 pana 0;
}