Sha256: 1618d58aaf0831c2fc40bca5c38fab5c5eb8ed477ab62e0ff567d3ad62c9bf31
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
//======================================================================== // // Error.h // // Copyright 1996-2003 Glyph & Cog, LLC // //======================================================================== #ifndef ERROR_H #define ERROR_H #include <aconf.h> #ifdef USE_GCC_PRAGMAS #pragma interface #endif #include <stdio.h> #include "config.h" extern void CDECL error(int pos, char *msg, ...); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdf2json-0.2.0 | pdf2json-0.52-source/xpdf/Error.h |
pdf2json-0.1.0 | pdf2json-0.52-source/xpdf/Error.h |