7 lines
77 B
C
Raw Normal View History

#ifndef __F90_H
#define __F90_H
int f90100(int argc, char* argv[]);
#endif