Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > ceda76dc0bf3c064f5e8f93a2c0b35f0 > files > 6

icmake-doc-7.15.00-1.mga1.x86_64.rpm

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

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

    exit(0);
}