Girl Interrupted

#include <gender.h>
#include <errno.h>

int main(void) {
  girl();
  if (errno != EINTR) {
    fprintf(stderr, "Plot error!n");
  }

  return 0;
}
Vote up this code1