/usr/include/styx/styd_cim.h is in styx-dev 2.0.1-1.
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 12 13 14 15 16 17 18 19 20 21 22 23 24 | /* [styd_cim.h] Context table for 'stydoc' */
/* File generated by 'ctoh'. Don't change manually. */
#ifndef styd_cim_INCL
#define styd_cim_INCL
#include "ctx.h"
#ifdef __cplusplus
extern "C" {
#endif
void CTX_init_stydoc(int argc, c_string argv[]); /* */
#ifdef __cplusplus
}
#endif
#endif
|