File: app.c

package info (click to toggle)
utf8proc 2.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,836 kB
  • sloc: ansic: 19,168; lisp: 449; makefile: 242; sh: 7
file content (9 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (2)
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;
}