Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cpp-14.3.1-4.3.el10 RPM for ppc64le

From CentOS Stream 10 AppStream for ppc64le

Name: cpp Distribution: CentOS
Version: 14.3.1 Vendor: CentOS
Release: 4.3.el10 Build date: Mon Jan 26 20:41:01 2026
Group: Unspecified Build host: ppc64le-02.stream.rdu2.redhat.com
Size: 36104113 Source RPM: gcc-14.3.1-4.3.el10.src.rpm
Packager: builder@centos.org
Url: http://gcc.gnu.org
Summary: The C Preprocessor
Cpp is the GNU C-Compatible Compiler Preprocessor.
Cpp is a macro processor which is used automatically
by the C compiler to transform your program before actual
compilation. It is called a macro processor because it allows
you to define macros, abbreviations for longer
constructs.

The C preprocessor provides four separate functionalities: the
inclusion of header files (files of declarations that can be
substituted into your program); macro expansion (you can define macros,
and the C preprocessor will replace the macros with their definitions
throughout the program); conditional compilation (using special
preprocessing directives, you can include or exclude parts of the
program according to various conditions); and line control (if you use
a program to combine or rearrange source files into an intermediate
file which is then compiled, you can use line control to inform the
compiler about where each source line originated).

You should install this package if you are a C programmer and you use
macros.

Provides

Requires