readwords/version.c

7 lines
91 B
C
Raw Permalink Normal View History

2021-05-29 12:21:57 +02:00
#include <stdint.h>
const uint32_t REFCNT = D_REFCNT;
const char VERSION[] = D_VERSION;