C/C++
lisplike.asc
Associated article: A Lisp-Style Library for C
Tags: C/C++
_A LISP-STYLE LIBRARY FOR C_ by Daniel N. Ozick [LISTING ONE] /* file LISP.H of 6-Feb-91 / Copyright (C) 1990 by Daniel N. Ozick */ /* Lisp-Style Library for C (Main Header File) */ /* Constants */ /* Array Sizes */ #define MAXSTRING 128 /* size of standard character array */ #define ...


