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 6:55

>>12

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


i don't like typedefs masking my types

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