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

I don't get it.

Name: Anonymous 2010-07-23 16:33

What's wrong with my naming convention for types?


typedef struct {
  int a;
  int b;
} tPair;

Name: Anonymous 2010-07-24 1:02

>>4
Did you mean:

struct cons {
  void *car;
  struct cons *cdr;
};
typedef struct cons cons;

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