1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <utf8proc.h> int main(void) { printf("%s\n", utf8proc_version()); return 0; }