/usr/include/farg.h is in libglobalarrays-dev 5.4~beta~r10636+dfsg-5.
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 | #ifndef FARG_H_
#define FARG_H_
#include "typesf2c.h"
#define F2C_GETARG f2c_getarg_
#define F2C_IARGC f2c_iargc_
#define F2C_GETARG_ARGV_MAX 255
#define F2C_GETARG_ARGLEN_MAX 255
extern void F2C_GETARG(Integer*, char*, int);
extern Integer F2C_IARGC();
extern void ga_c2fstring(char *cstring, char *fstring, int flength);
extern void ga_f2cstring(char *fstring, int flength, char *cstring, int clength);
extern void ga_f2c_get_cmd_args(int *argc, char ***argv);
#endif /* FARG_H_ */
|