📄 switches.h
字号:
/* see sys/switches.h.template *//* CHANGE LOG * -------------------------------------------------------------------- * 28Apr03 dm major reorganization of conditional compilation in Nyquist *//* * * This is the Unix version of switches.h - in libnyquist, see the * win and mac subdirectories for the other versions. * */#define HAS_STDLIB_H 1#define HAS_SYS_TYPES_H 1#define HAS_SYS_STAT_H 1#undef HAS_STAT_H#undef HAS_MALLOC_H#define HAS_GETTIMEOFDAY 1#define READLINE 1#if i386#define XL_LITTLE_ENDIAN 1#elif __i386__#define XL_LITTLE_ENDIAN 1#else#define XL_BIG_ENDIAN 1#endif#undef USE_RAND#define USE_RANDOM 1/* define this to be printf, or define your own fn of the form void nyquist_printf(char *format, ...); (for a GUI)*/#define nyquist_printf printf#if __APPLE__ && __GNUC__ /* Mac OS X */#define NEED_ULONG 1#else#include <sys/types.h>#undef NEED_ULONG#endif#undef NEED_USHORT#define NEED_BYTE 1#define NEED_ROUND 1#undef NEED_DEFINE_MALLOC/* explicitly choose a platform */#define UNIX 1#undef WINDOWS#undef MICROSOFT#undef DOS#undef MACINTOSH#define BUFFERED_SYNCHRONOUS_INPUT 1#define SPACE_FOR_PLAY 10000#define MAX_CHANNELS 16/* this will enable code to read midi files, etc. */#define CMTSTUFF 1/* NYQUIST tells some CMT code that we're really in * XLISP and NYQUIST */#define NYQUIST 1#include "swlogic.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -