C/C++
baldwin.lst
Associated article: Awk As a C Code Generator
Tags: C/C++ Tools
_AWK AS A C CODE GENERATOR_
by Wahhab Baldwin
[LISTING ONE]
# This program reads a C structure and produces C code
# to write the record to a C-ISAM work area.
# There are limitations on the input format: see sample
BEGIN { ...


