28 #ifndef __FREEWRL_SND_SYSTEM_H__
29 #define __FREEWRL_SND_SYSTEM_H__
39 # define strrchr rindex
41 char *strchr (), *strrchr ();
43 # define memcpy(d, s, n) bcopy ((s), (d), (n))
44 # define memmove(d, s, n) bcopy ((s), (d), (n))
55 typedef unsigned char _Bool;
61 # define __bool_true_false_are_defined 1
70 # include <sys/types.h>
76 # include <sys/wait.h>
79 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
82 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
98 # include <sys/ioctl.h>
101 #include <linux/soundcard.h>