DEBSOURCES
Skip Quicknav
sources / utf8proc / 2.11.3-1 / test / app / app.c
123456789
#include <stdio.h> #include <utf8proc.h> int main(void) { printf("%s\n", utf8proc_version()); return 0; }