You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cue.h 107 B

20 years ago
123456
  1. /*
  2. * cue.h -- cue function declarations
  3. */
  4. Cd *cue_parse (FILE *fp);
  5. void cue_print (FILE *fp, Cd *cd);