Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 18 | Rev 20 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | #include "s3cda.h" |
10 | #include "s3cda.h" |
| 11 | #include "s3music.h" |
11 | #include "s3music.h" |
| 12 | #include "s3sound.h" |
12 | #include "s3sound.h" |
| 13 | #include <ctype.h> |
13 | #include <ctype.h> |
| 14 | #include <errno.h> |
14 | #include <errno.h> |
| 15 | #include <math.h> |
- | |
| 16 | #include <stddef.h> |
15 | #include <stddef.h> |
| 17 | #include <stdio.h> |
16 | #include <stdio.h> |
| 18 | #include <stdlib.h> |
17 | #include <stdlib.h> |
| 19 | #include <string.h> |
18 | #include <string.h> |
| 20 | 19 | ||