1#include <stdio.h>
2#include <fribidi.h>
3
4int
5main (
6 void
7)
8{
9
10 FriBidiChar c;
11
12 for (c = 0; c < FRIBIDI_UNICODE_CHARS; c++)
13 printf (format: "0x%04lX %s\n", (long) c,
14 fribidi_get_bidi_type_name (t: fribidi_get_bidi_type (ch: c)));
15
16 return 0;
17}
18

source code of gtk/subprojects/fribidi/bin/fribidi-bidi-types.c