File: file.h

package info (click to toggle)
rsynth 2.0-5
  • links: PTS
  • area: non-free
  • in suites: potato
  • size: 716 kB
  • ctags: 544
  • sloc: ansic: 5,535; sh: 1,246; makefile: 116
file content (6 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
extern int file_init PROTO((int argc,char *argv[]));
typedef void (*file_write_p) PROTO((int n, short *data));
typedef void (*file_term_p) PROTO((void));

extern file_write_p file_write;
extern file_term_p file_term;