- snd_input_buffer_open
int snd_input_buffer_open(snd_input_t** inputp, const(char)* buffer, ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snd_input_close
int snd_input_close(snd_input_t* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snd_input_getc
int snd_input_getc(snd_input_t* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snd_input_gets
char* snd_input_gets(snd_input_t* input, char* str, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snd_input_scanf
int snd_input_scanf(snd_input_t* input, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snd_input_stdio_attach
int snd_input_stdio_attach(snd_input_t** inputp, FILE* fp, int _close)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snd_input_stdio_open
int snd_input_stdio_open(snd_input_t** inputp, const(char)* file, const(char)* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snd_input_ungetc
int snd_input_ungetc(snd_input_t* input, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.