OTPChecker.bstruct 239 B

12345678
  1. structure oc_table ("int num_entries") {
  2. "uint16_t" id;
  3. "struct OTPChecker_entry" entries["num_entries"];
  4. };
  5. structure oc_tables ("int num_tables, int num_entries") {
  6. structure oc_table("num_entries") tables["num_tables"];
  7. };