8 lines
107 B
C
8 lines
107 B
C
// workaround for linker error
|
|
// "libf2c.so.0: undefined symbol: MAIN__ "
|
|
//
|
|
int MAIN__()
|
|
{ return(0);
|
|
}
|
|
|