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

Register Variables

Name: Anonymous 2011-09-25 10:47

How exactly do register variables work in C? When should they be used? K&R touches upon them briefly but moves right along. Is there any source in which I can read about them in depth?

Name: Anonymous 2011-09-25 22:40

>>35
Zero-sized arrays are illegal
typedef struct {
  unsigned int size;

  char data[0];
} String;

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