Sophie

Sophie

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

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

void main(int argc, list argv)
{
    list lst = strtok("aap noot mies", " ");
    int idx;

    for (idx = sizeof(lst); idx--; )
        printf(lst[idx][idx], "\n");

    exit(0);
}