/usr/include/SciPlotUtil.h is in sciplot-dev 1.36-16.
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 | #if __STDC__ || defined(__cplusplus)
#define P_(s) s
#else
#define P_(s) ()
#endif
/* SciPlotUtil.c */
Widget SciPlotDialog P_((Widget parent, char *title));
void SciPlotDialogPopup P_((Widget w));
void SciPlotReadDataFile P_((Widget parent, FILE *fd));
#undef P_
|