Sophie

Sophie

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

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

void main(int argc, list argv)
{
    list term = getenv("TERM");

    printf(element(0, term), ": ", element(1, term), "\n");
    exit(0);
}