Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ucpp | Distribution: OpenMandriva Lx |
Version: 1.3.5 | Vendor: OpenMandriva |
Release: 1 | Build date: Fri Mar 25 16:58:14 2022 |
Group: Development/C++ | Build host: ryzen9-2.openmandriva.org |
Size: 41283 | Source RPM: ucpp-1.3.5-1.src.rpm |
Packager: bero_massbuild <bero+massbuild@lindev.ch> | |
Url: https://gitlab.com/scarabeusiv/ucpp/ | |
Summary: A quick and light preprocessor, but anyway fully compliant to C99 |
A C preprocessor is a part of a C compiler responsible for macro replacement, conditional compilation and inclusion of header files. It is often found as a stand-alone program on Unix systems. ucpp is such a preprocessor; it is designed to be quick and light, but anyway fully compliant to the ISO standard 9899:1999, also known as C99. ucpp can be compiled as a stand-alone program, or linked to some other code; in the latter case, ucpp will output tokens, one at a time, on demand, as an integrated lexer. ucpp operates in two modes: -- lexer mode: ucpp is linked to some other code and outputs a stream of tokens (each call to the lex() function will yield one token) -- non-lexer mode: ucpp preprocesses text and outputs the resulting text to a file descriptor; if linked to some other code, the cpp() function must be called repeatedly, otherwise ucpp is a stand-alone binary.
BSD-3-Clause
/usr/bin/ucpp /usr/share/man/man1/ucpp.1.zst
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 26 23:05:02 2025