rcx

miscellaneous C library
git clone git://git.rr3.xyz/rcx
Log | Files | Refs | README | LICENSE

table.h (152B)


      1 #pragma once
      2 
      3 #define TABLE_VSIZE 0
      4 #define TABLE_SPEC_NAME RSetTableSpec
      5 #define TABLE_METHOD(name) r_set_table_##name
      6 #include "../../table/pub-hdr.h"