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

Function error

outdated/sys/amiga/txt2iff.c:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91void packwritebody(pixel (*tile)[TILE_X], char **planes, int tileno);
92
93void
94error(char *str)
95{
96 fprintf(stderr, "ERROR: %s\n", str);
97}
98
99/*
100 * This array maps the image colors to the amiga's first 16 colors. The

Callers 3

txt2iff.cFile · 0.70
packwritebodyFunction · 0.70
allocFunction · 0.70

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected