#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <sys/file.h>
#include <sys/stat.h>
Go to the source code of this file.
Defines | |
#define | MYFLT float |
#define | CS_DEPRECATED |
#define | CS_NOINLINE |
#define | CS_NORETURN |
#define | CS_PRINTF1 |
#define | CS_PRINTF2 |
#define | CS_PRINTF3 |
#define | CS_PURE |
Typedefs | |
typedef signed char | int8_t |
typedef unsigned char | uint8_t |
typedef short | int16_t |
typedef unsigned short | uint16_t |
typedef int | int32_t |
typedef unsigned int | uint32_t |
typedef long long | int64_t |
typedef unsigned long long | uint64_t |
typedef long long | int_least64_t |
typedef unsigned long long | uint_least64_t |
typedef long | intptr_t |
typedef unsigned long | uintptr_t |
#define CS_DEPRECATED |
#define CS_NOINLINE |
#define CS_NORETURN |
#define CS_PRINTF1 |
#define CS_PRINTF2 |
#define CS_PRINTF3 |
#define CS_PURE |
#define MYFLT float |
Referenced by CsoundMYFLTArray::GetPtr(), CsoundMYFLTArray::SetValue(), and CsoundMYFLTArray::SetValues().
typedef short int16_t |
typedef int int32_t |
typedef long long int64_t |
typedef signed char int8_t |
typedef long long int_least64_t |
typedef long intptr_t |
typedef unsigned short uint16_t |
typedef unsigned int uint32_t |
typedef unsigned long long uint64_t |
typedef unsigned char uint8_t |
typedef unsigned long long uint_least64_t |
typedef unsigned long uintptr_t |