MCPcopy Index your code
hub / github.com/NetHack/NetHack / error

Function error

outdated/sys/amiga/xpm2iff.c:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84AmiColorMap *cmap;
85
86void
87error(char *str)
88{
89 fprintf(stderr, "ERROR: %s\n", str);
90}
91
92char **planes;
93

Callers 2

xpm2iff.cFile · 0.70
allocFunction · 0.70

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected