ae2f_docs
Loading...
Searching...
No Matches
NIL-c++.cc
1#include <ae2f/c90/Limits.h>
2#include <ae2f/c90/StdBool.h>
3#include <ae2f/c90/StdInt.h>
4
5#include <ae2f/Cxx.h>
6
7#include <stdio.h>
8
9int main(void) {
10 void* a = ae2f_NIL;
11 printf("%p\n", a);
12
13 return 0;
14}
#define ae2f_NIL
Definition Nil.h:13