Name: Anonymous 2010-11-01 20:50
I've been lurking /anus/ for about 6 months now and i still don't know how to do all the stuff or all of your silly sayings like: YHBT, Xarn, etc.
may you help me?
may you help me?
typedef struct{
int id;
float anusRatings;
Vector *data;
}Bag;
int foo(Bag *i,Vector *v){
copyVector(v,i->data[0]);
return 0;
}
void copyVector(Vector *from,Vector *to);