Пакет cproto: Информация

    Исходный пакет: cproto
    Версия: 4.6-alt2
    Собран:  13 марта 2011 г. 16:13
    Сообщить об ошибке в пакете
    Домашняя страница: ftp://ftp.mcs.anl.gov/pub/petsc/externalpackages

    Лицензия: Public
    О пакете: Generating prototypes and declarations from C source code
    Описание: 
    Cproto is a program that generates function prototypes and variable
    declarations from C source code.  It can also convert function definitions
    between the old style and the ANSI C style.  This conversion overwrites the
    original files, so make a backup copy of your files in case something goes
    wrong.
    
    The program isn't confused by complex function definitions as much as other
    prototype generators because it uses a yacc generated parser.  By ignoring all
    the input between braces, I avoided implementing the entire C language grammar.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    cproto (x86_64, i586)
    cproto-debuginfo (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @qa
    @everybody

      1. /usr/bin/lex

    Последнее изменение


    13 марта 2011 г. Eugeny A. Rostovtsev 4.6-alt2
    - Rebuilt for debuginfo
    29 мая 2009 г. Eugeny A. Rostovtsev 4.6-alt1
    - Initial build for Sisyphus