/usr/include/pike7.8/pike/main.h is in pike7.8-dev 7.8.866-8.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 | /*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: 974c0d4bbdfad41aa99480a197685052f6ebcb28 $
*/
#ifndef MAIN_H
#define MAIN_H
/* Prototypes begin here */
int main(int argc, char **argv);
/* Prototypes end here */
#endif /* !MAIN_H */
|