ucpp

A preprocessor compliant to C99

ucpp is a preprocessor for C source code, specifically code compliant to the ISO standard 9899:1999, also known as C99. A preprocessor is responsible for macro replacement, conditional compilation and inclusion of header files. 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.

Tidak ada paket resmi yang tersedia untuk openSUSE Leap 15.5

Distribusi

openSUSE Tumbleweed

openSUSE Factory RISCV

openSUSE Backports for SLE 12 SP1

SUSE SLE-15-SP2

SUSE SLE-12-SP5

RedHat RHEL-7

Distribusi yang tak didukung

Distribusi berikut ini tidak didukung secara resmi. Gunakan paket ini dengan risiko Anda sendiri.

openSUSE:12.3

openSUSE:13.1

openSUSE:13.2

openSUSE:Leap:42.1

openSUSE:Leap:15.0

openSUSE:Leap:15.1

openSUSE:Leap:15.2

openSUSE:Leap:42.2

openSUSE:Leap:42.3

SUSE:SLE-15:GA

SUSE:SLE-12:GA

home:obsgeek0:repos:SLE15:aggregate