mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Initial code for lisp interpreter
This commit is contained in:
parent
8b1ac5a638
commit
640ee8faa7
15 changed files with 1926 additions and 6 deletions
|
|
@ -71,6 +71,7 @@ int snd_output_printf(snd_output_t *output, const char *format, ...)
|
|||
__attribute__ ((format (printf, 2, 3)))
|
||||
#endif
|
||||
;
|
||||
int snd_output_vprintf(snd_output_t *output, const char *format, va_list args);
|
||||
int snd_output_puts(snd_output_t *output, const char *str);
|
||||
int snd_output_putc(snd_output_t *output, int c);
|
||||
int snd_output_flush(snd_output_t *output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue