aboutsummaryrefslogtreecommitdiffstats
path: root/proparray.c
blob: 7106d57d34054afba0ce83d80cc286efcf6b3886 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "libucd_int.h"

const struct _libucd_property_array _libucd_property_array[] =
  {
#include "gen/proparray.c"
    { .ucs = UCS_CNT }		/* Sentinel at end of list */
  };

const int _libucd_property_array_count =
  (sizeof _libucd_property_array)/sizeof(struct _libucd_property_array)-1;