Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release > by-pkgid > c564962a4aa225b96fe21e06e7bee190 > files > 6

icmake-doc-7.21.00-7.mga6.armv5tl.rpm

#define SUBST "substituted"
#define LINE "This is " ${SUBST} " as one line\n"

void main(int argc, list argv)
{
    printf(LINE);

    exit(0);
}