MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / printcap

Function printcap

other_src/lua/src/lpeg.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355#if 0
356static void printcap (Capture *cap) {
357 printcapkind(cap->kind);
358 printf(" (idx: %d - size: %d) -> %p\n", cap->idx, cap->siz, cap->s);
359}
360
361
362static void printcaplist (Capture *cap) {

Callers 1

printcaplistFunction · 0.85

Calls 1

printcapkindFunction · 0.85

Tested by

no test coverage detected