/usr/include/styx/hpat_lim.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 | /* [hpat_lim.h] Scanner table for 'hpat' */
/* File generated by 'ctoh'. Don't change manually. */
#ifndef hpat_lim_INCL
#define hpat_lim_INCL
#include "scn_io.h"
#ifdef __cplusplus
extern "C" {
#endif
void Scn_get_hpat(Scn_T *scn); /* simulates a Scn_get */
#ifdef __cplusplus
}
#endif
#endif
|