ae2f_docs
Loading...
Searching...
No Matches
main.c
1
#
include
<
ae2f
/
Cmp
.
h
>
2
3
#
include
<
ae2f
/
Float
.
h
>
4
#
include
<
ae2f
/
Cast
.
h
>
5
#
include
<
ae2f
/
Keys
.
h
>
6
7
#
include
<
ae2f
/
errGlob
.
h
>
8
#
include
<
stdio
.
h
>
9
10
#
include
<
ae2f
/
Pack
/
Beg
.
h
>
11
#
include
<
ae2f
/
Pack
/
End
.
h
>
12
13
#
include
<
ae2f
/
Cxx
.
h
>
14
15
#
include
<
ae2f
/
Pack
/
Num
.
auto
.
h
>
16
17
int
main(
void
) {
18
void
*
ae2f_restrict
hello =
ae2f_NIL
;
19
20
printf(
"%d %p\n"
,
ae2f_PackCount
, hello);
21
return
0;
22
}
ae2f_NIL
#define ae2f_NIL
Definition
Nil.h:13
ae2f_PackCount
#define ae2f_PackCount
Definition
Num.auto.h:6
ae2f_restrict
#define ae2f_restrict
Keyword as restrict on C99.
Definition
cc.h:81
submod
ae2f
Core
test
main.c
Generated by
1.15.0