/** * See Copyright Notice in picrin.h */ /** * enable libc */ /* #define PIC_USE_LIBC 1 */ /** * enable specific features */ /* #define PIC_USE_CONT 1 */ /* #define PIC_USE_PORT 1 */ /* #define PIC_USE_READ 1 */ /* #define PIC_USE_WRITE 1 */ /* #define PIC_USE_EVAL 1 */ /* #define PIC_USE_FILE 1 */ /* #define PIC_USE_ERROR 1 */ /** * I/O configuration */ /* #define PIC_BUFSIZ 1024 */