match_byte_assert(0x50);
if (!match_byte(0x41))
match_byte_assert(0x51);
- pos += 13;
+ if (!match_u32(0))
+ match_u32_assert(1);
+ match_byte_assert(0);
+ pos++;
+ pos++;
+ match_byte_assert(0);
+ match_byte_assert(0);
+ if (!match_u32(0) && !match_u32(1) && !match_u32(2))
+ match_u32_assert(3);
printf ("%s, ", get_string());
printf ("%s, ", get_string());
match_u32_assert(0);
match_u32_assert(0);
- pos++;
+ match_byte_assert(0);
get_u32();
get_u32();
get_u32();