56f900d72c
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.
4 lines
222 B
Text
4 lines
222 B
Text
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.
|