| 1 | /* g2c.h -- g77 version of f2c (Standard Fortran to C header file) */
|
|---|
| 2 |
|
|---|
| 3 | /* This file is generated by the g77 libg2c configuration process from a
|
|---|
| 4 | file named g2c.hin. This process sets up the appropriate types,
|
|---|
| 5 | defines the appropriate macros, and so on. The resulting g2c.h file
|
|---|
| 6 | is used to build g77's copy of libf2c, named libg2c, and also can
|
|---|
| 7 | be used when compiling C code produced by f2c to link the resulting
|
|---|
| 8 | object file(s) with those produced by the same version of g77 that
|
|---|
| 9 | produced this file, allowing inter-operability of f2c-compiled and
|
|---|
| 10 | g77-compiled code. */
|
|---|
| 11 |
|
|---|
| 12 | /** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."
|
|---|
| 13 |
|
|---|
| 14 | - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */
|
|---|
| 15 |
|
|---|
| 16 | #ifndef F2C_INCLUDE
|
|---|
| 17 | #define F2C_INCLUDE
|
|---|
|
|---|