File: phones.h

package info (click to toggle)
rsynth 2.0-6
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 720 kB
  • ctags: 544
  • sloc: ansic: 5,535; sh: 1,249; makefile: 117
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#define PHONE(nm,br,am,ex) nm,
enum phone_e { SIL,
#include "phones.def"
END };
#undef PHONE
extern char *ph_name[];
extern char *ph_br[];
extern char *ph_am[];