Name: | cproto |
---|---|
Version: | 4.7o |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 171815 |
License: | Public Domain |
RPM: | cproto-4.7o-1.el7.aarch64.rpm |
Source RPM: | cproto-4.7o-1.el7.src.rpm |
Build Date: | Wed Jan 02 2019 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://invisible-island.net/ |
Summary: | Generates function prototypes and variable declarations from C code |
Description: | Cproto generates function prototypes and variable declarations from C source code. Cproto can also convert function definitions between the old style and the ANSI C style. This conversion will overwrite the original files, however, so be sure to make a backup copy of your original files in case something goes wrong. Cproto uses a Yacc generated parser, so it should not be confused by complex function definitions as much as other prototype generators. |