gn

thing1's goat note implementation
Log | Files | Refs

util.c (115B)


      1 #include <stdio.h>
      2 #include <stdlib.h>
      3 
      4 void eprint(char *msg) {
      5 	fprintf(stderr, "error: %s\n", msg);
      6 	exit(1);
      7 }