Source file: /~heha/basteln/PC/USB2LPT/usb2lpt.zip/src/inf/FilterInc.awk

#AWK-Skript zum Filtern der RC-Include-Dateien (schon in Codepage)
#für die [Strings]-Sektion in der .INF-Datei

/^\/\*/{
 o=1;
 next;
}

/\*\//{
 o=0;
}

{
 if (o) print;
}
Detected encoding: ANSI (CP1252)4
Wrong umlauts? - Assume file is ANSI (CP1252) encoded