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

THINK ABOUT YOUR EYES BLINKING

Name: Anonymous 2006-09-30 0:23

YOU ARE NOW BLINKING MANUALLY

Name: Anonymous 2006-09-30 20:59 (sage)

int blink_thread() {
 while (1) {
  blink();
 }
}
int error;
pthread_t t;
error = pthread_create(&t,NULL,blink_thread,NULL);
if(error != 0) {
 fprintf(stderr,"error creating thread (blink_thread): %s",strerror(error));
}

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