diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2012-02-10 18:26:29 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2012-02-10 18:26:29 +0100 |
| commit | a24097ba8118181886a9f0765e76d5fac99f6056 (patch) | |
| tree | 9351f183ebdf4cd7261597a4e5c03765eff452d6 /sam.h | |
| parent | 374045d1f8a5c55301e453d3977f00bdc122fe5c (diff) | |
converted to unix line endings
Diffstat (limited to 'sam.h')
| -rw-r--r-- | sam.h | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,13 +1,13 @@ -// sam.h
-//
-// 20060811 Markku Alén
-
-#ifndef __SAM_H__
-#define __SAM_H__ 1
-
-void sam_init(void);
-void sam_recite(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
-void sam_phonetic(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
-
-#endif
-
+// sam.h +// +// 20060811 Markku Alén + +#ifndef __SAM_H__ +#define __SAM_H__ 1 + +void sam_init(void); +void sam_recite(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref); +void sam_phonetic(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref); + +#endif + |
