MCPcopy Create free account
hub / github.com/NetHack/NetHack / DataBlock

Class DataBlock

win/share/giftiles.c:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42struct DataBlock {
43 size_t size;
44 size_t index;
45 unsigned char *data;
46};
47
48static boolean read_data_block(struct Bitstream *gif,
49 struct DataBlock *block);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected