tests/mdemo2/main.c, tests/pdemo/foo.h: Make declarations available.
2005-04-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * tests/f77demo/foo.h, tests/f77demo/fooc.c, tests/f77demo/cprogram.c,
+ tests/mdemo2/main.c, tests/pdemo/foo.h: Make declarations available.
+
* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: sed 3.02 does
not understand \t in regex.
Reported by Tim Van Holder <tim.vanholder@gmail.com>.
#define HELLO_RET 0xe110
#define FOO_RET 0xf00
+extern int foo();
+
+extern int hello();
+
#endif /* !_FOO_H_ */
USA. */
#include "foo.h"
+#include <stdio.h>
int
main(int argc, char **argv)
#include "foo.h"
-
+#include <stdio.h>
int csub(int arg)
{
#include <stdio.h>
#include "ltdl.h"
+extern int mlib_func();
+
int
main (argc, argv)
int argc;
/* Declarations. Note the wonderful use of the above macros. */
__BEGIN_DECLS
int foo LT_PARAMS((void));
+int foo2 LT_PARAMS((void));
int hello LT_PARAMS((void));
EXTERN int nothing;
__END_DECLS