Help for this page

Select Code to Download


  1. or download this
    thaum:/tmp bsmith$ cat >a.c
    int a[] = { 1, 2, 3, };
    thaum:/tmp bsmith$ gcc -c a.c
    thaum:/tmp bsmith$