# f2c **Repository Path**: mirrors/f2c ## Basic Information - **Project Name**: f2c - **Description**: f2c 是一个将 Fortran 77  翻译成 C语言的程序 - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/f2c - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2020-04-21 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README f2c === f2c and libi77/libi77 all together in an autoconf package. This repository contains both a Fortran77 compiler that uses C as intermediate language, and an acommpanying library which is needed to link those programs. The compiler and the libraries were originally in Netlib, but I have repackaged them using autoconf and automake to make building them less painful. The ultimate goal is to make the library and the generated code both smaller and more efficient thanks to the use of C99 functions. Enjoy, Juanjo