Data Structures |
| struct | GETCFG_OP |
| struct | PRINTF_OP |
| struct | PUTS_OP |
| struct | SPRINTF_OP |
| struct | STRCAT_OP |
| struct | STRCHAR_OP |
| struct | STRCPY_OP |
| struct | STRGET_OP |
| struct | STRINDEX_OP |
| struct | STRLEN_OP |
| struct | STRSET_OP |
| struct | STRSUB_OP |
| struct | STRUPPER_OP |
Functions |
| int | getcfg_opcode (CSOUND *, void *) |
| int | printf_opcode_init (CSOUND *, void *) |
| int | printf_opcode_perf (CSOUND *, void *) |
| int | printf_opcode_set (CSOUND *, void *) |
| int | puts_opcode_init (CSOUND *, void *) |
| int | puts_opcode_perf (CSOUND *, void *) |
| int | sprintf_opcode (CSOUND *, void *) |
| int | strcat_opcode (CSOUND *, void *) |
| int | strchar_opcode (CSOUND *, void *) |
| int | strcmp_opcode (CSOUND *, void *) |
| int | strcpy_opcode (CSOUND *, void *) |
| int | strget_init (CSOUND *, void *) |
| int | strindex_opcode (CSOUND *, void *) |
| int | strlen_opcode (CSOUND *, void *) |
| int | strlower_opcode (CSOUND *, void *) |
| int | strrindex_opcode (CSOUND *, void *) |
| int | strset_init (CSOUND *, void *) |
| int | strsub_opcode (CSOUND *, void *) |
| int | strtod_opcode (CSOUND *, void *) |
| int | strtol_opcode (CSOUND *, void *) |
| int | strupper_opcode (CSOUND *, void *) |