summaryrefslogtreecommitdiffstats
path: root/cadr.h
blob: f080da2b7264d35317e52d7c9c351ec963783dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
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);