diff options
Diffstat (limited to 'cadr.h')
-rw-r--r-- | cadr.h | 88 |
1 files changed, 88 insertions, 0 deletions
@@ -0,0 +1,88 @@ +/* Copyright 2009-2015 + * Kaz Kylheku <kaz@kylheku.com> + * Vancouver, Canada + * All rights reserved. + * + * Redistribution of this software in source and binary forms, with or without + * modification, is permitted provided that the following two conditions are met. + * + * Use of this software in any manner constitutes agreement with the disclaimer + * which follows the two conditions. + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL THE + * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DAMAGES, HOWEVER CAUSED, + * AND UNDER ANY THEORY OF LIABILITY, ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +val caar(val); +val cadr(val); +val cdar(val); +val cddr(val); +val caaar(val); +val caadr(val); +val cadar(val); +val caddr(val); +val cdaar(val); +val cdadr(val); +val cddar(val); +val cdddr(val); +val caaaar(val); +val caaadr(val); +val caadar(val); +val caaddr(val); +val cadaar(val); +val cadadr(val); +val caddar(val); +val cadddr(val); +val cdaaar(val); +val cdaadr(val); +val cdadar(val); +val cdaddr(val); +val cddaar(val); +val cddadr(val); +val cdddar(val); +val cddddr(val); +val caaaaar(val); +val caaaadr(val); +val caaadar(val); +val caaaddr(val); +val caadaar(val); +val caadadr(val); +val caaddar(val); +val caadddr(val); +val cadaaar(val); +val cadaadr(val); +val cadadar(val); +val cadaddr(val); +val caddaar(val); +val caddadr(val); +val cadddar(val); +val caddddr(val); +val cdaaaar(val); +val cdaaadr(val); +val cdaadar(val); +val cdaaddr(val); +val cdadaar(val); +val cdadadr(val); +val cdaddar(val); +val cdadddr(val); +val cddaaar(val); +val cddaadr(val); +val cddadar(val); +val cddaddr(val); +val cdddaar(val); +val cdddadr(val); +val cddddar(val); +val cdddddr(val); + +void cadr_init(void); |