File: s.h

package info (click to toggle)
xmcpustate 3-10
  • links: PTS
  • area: main
  • in suites: woody
  • size: 108 kB
  • ctags: 117
  • sloc: ansic: 771; makefile: 48
file content (8 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
/*
 *  Any system dependent file must implement these routines. See s-bsd.c
 *  and s-iris4d.c for examples.
 */
extern int num_bars();
extern char **label_bars(/* int nbars */);
extern void init_bars(/* int nbars */);
extern void display_bars(/* int nbars */);