mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
318 B
Plaintext
10 lines
318 B
Plaintext
config BR2_PACKAGE_UNIFDEF
|
|
bool "unifdef"
|
|
help
|
|
The unifdef utility selectively processes conditional C
|
|
preprocessor #if and #ifdef directives. It removes from a file
|
|
both the #directives and the additional text that they
|
|
delimit, while otherwise leaving the file alone.
|
|
|
|
http://dotat.at/prog/unifdef/
|