fun.c
author Markus Brökers <mbroeker@largo.homelinux.org>
Tue, 17 Aug 2010 18:57:57 +0200
changeset 139 cb1d3f4cf18e
parent 137 d8a0984b72fc
child 140 05d42a3737a4
permissions -rw-r--r--
execve returns a value on error and this catches it

#include <stdio.h>

int main (void)
{
    int i;

    for (i = 0; i < 4; ++i)
        putchar (*((char *)(unsigned[]) {
                   558781766} +i));

    return 0;
}