[ create a new paste ] login | about

Link: http://codepad.org/46MAfTBe    [ raw code | output | fork ]

C, pasted on Sep 13:
1
2
3
4
5
6
7
8
9
    struct
    {
        void *instance;
        int width;
        int height;
        int stride;
        unsigned char *image;
        unsigned int page_called : 1;
    } gs;


Output:
1
2
In function `_start':
undefined reference to `main'


Create a new paste based on this one


Comments: