29 lines
477 B
C
29 lines
477 B
C
/**
|
|
* See Copyright Notice in picrin.h
|
|
*/
|
|
|
|
/**
|
|
* enable libc
|
|
*/
|
|
|
|
/* When PIC_USE_LIBC=0, users must supply panicf which never returns. */
|
|
/* #define PIC_USE_LIBC 1 */
|
|
|
|
/**
|
|
* enable specific features
|
|
*/
|
|
|
|
/* #define PIC_USE_CALLCC 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 */
|