Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Code Post

Name: Anonymous 2007-08-27 11:32 ID:zb+2UfHi

Post your code here - any language, complex or simple:

int add(int a, int b)
{
return a+b;
}


int main()
{

int c;
c = add(12, 12);
printf("answer is %d\n", c);
return 0;

}

Name: Anonymous 2007-08-27 12:42 ID:4Z8G23nh

static const char *read_SDL_RWops(lua_State *L,void *ud,size_t *size){
    lua_sdd_rw_data *data=(lua_sdd_rw_data*)ud;
    *size=SDL_RWread(data->rw,data->data,sizeof(char),sizeof(data->data));
    return *size>0?data->data:null;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List