/usr/include/snacc/c/tbl-dbg.h is in libsnacc-dev 1.3.1-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #ifndef TBL_DBG_H
#define TBL_DBG_H
#include "tbl-gen.h"
extern TdeExceptionCode DBGMinCode; /* Defaults to TDEINFO */
int DBGSimple PROTO ((AsnTag tag, AsnOcts* v, int begin));
int DBGType PROTO ((TBLType* type, AVal* val, int begin));
int DBGExc PROTO ((TdeExceptionCode code, void* p1, void* p2, void* p3));
#endif
|