Csound and CsoundAC API
5.17
|
Macros | |
#define | corfile_body(f) (f->body) |
#define | corfile_current(f) (f->body+f->p) |
#define | corfile_length(f) (strlen(f->body)) |
#define | corfile_reset(f) (f->body[f->p=0]='\0') |
#define | corfile_rewind(f) (f->p=0) |
#define | corfile_set(f, n) (f->p = n) |
#define | corfile_tell(f) (f->p) |
#define | corfile_ungetc(f) (--f->p) |
Functions | |
CORFIL * | copy_to_corefile (CSOUND *, char *, char *, int) |
char * | corfile_body (CORFIL *f) |
CORFIL * | corfile_create_r (char *text) |
CORFIL * | corfile_create_w (void) |
char * | corfile_current (CORFIL *f) |
void | corfile_flush (CORFIL *f) |
MYFLT | corfile_get_flt (CORFIL *f) |
int | corfile_getc (CORFIL *f) |
int | corfile_length (CORFIL *f) |
void | corfile_putc (int c, CORFIL *f) |
void | corfile_puts (char *s, CORFIL *f) |
void | corfile_reset (CORFIL *f) |
void | corfile_rewind (CORFIL *f) |
void | corfile_rm (CORFIL **ff) |
void | corfile_seek (CORFIL *f, int n, int dir) |
void | corfile_set (CORFIL *f, int n) |
int | corfile_tell (CORFIL *f) |
void | corfile_ungetc (CORFIL *f) |
#define corfile_body | ( | f | ) | (f->body) |
#define corfile_current | ( | f | ) | (f->body+f->p) |
#define corfile_length | ( | f | ) | (strlen(f->body)) |
#define corfile_reset | ( | f | ) | (f->body[f->p=0]='\0') |
#define corfile_rewind | ( | f | ) | (f->p=0) |
#define corfile_set | ( | f, | |
n | |||
) | (f->p = n) |
#define corfile_tell | ( | f | ) | (f->p) |
#define corfile_ungetc | ( | f | ) | (--f->p) |
char* corfile_body | ( | CORFIL * | f | ) |
CORFIL* corfile_create_r | ( | char * | text | ) |
CORFIL* corfile_create_w | ( | void | ) |
char* corfile_current | ( | CORFIL * | f | ) |
void corfile_flush | ( | CORFIL * | f | ) |
int corfile_getc | ( | CORFIL * | f | ) |
int corfile_length | ( | CORFIL * | f | ) |
void corfile_putc | ( | int | c, |
CORFIL * | f | ||
) |
void corfile_puts | ( | char * | s, |
CORFIL * | f | ||
) |
void corfile_reset | ( | CORFIL * | f | ) |
void corfile_rewind | ( | CORFIL * | f | ) |
void corfile_rm | ( | CORFIL ** | ff | ) |
void corfile_seek | ( | CORFIL * | f, |
int | n, | ||
int | dir | ||
) |
void corfile_set | ( | CORFIL * | f, |
int | n | ||
) |
int corfile_tell | ( | CORFIL * | f | ) |
void corfile_ungetc | ( | CORFIL * | f | ) |