codex
std2.c File Reference

Macros

#define x   3
 
#define f(a)   f(x * (a))
 
#define x   2
 
#define g   f
 
#define z   z[0]
 
#define h   g(\~{ }
 
#define m(a)   a(w)
 
#define w   0,1
 
#define t(a)   a
 
#define p()   int
 
#define q(x)   x
 
#define r(x, y)   x ## y
 
#define str(x)   # x
 

Functions

 f (y+1)+f(f(z)) % t(t(g)(0)+t)(1)
 
 g (x+(3, 4) -w)|h 5) &m(f)^m(m)
 

Variables

char c [2][6] = { str(hello), str() }
 

Macro Definition Documentation

◆ f

#define f (   a)    f(x * (a))

◆ g

#define g   f

◆ h

#define h   g(\~{ }

◆ m

#define m (   a)    a(w)

◆ p

p ( )    int

◆ q

#define q (   x)    x

◆ r

#define r (   x,
  y 
)    x ## y

◆ str

#define str (   x)    # x

◆ t

#define t (   a)    a

◆ w

#define w   0,1

◆ x [1/2]

#define x   3

◆ x [2/2]

#define x   2

◆ z

#define z   z[0]

Function Documentation

◆ f()

f ( y 1)

◆ g()

g ( x+(3, 4) -  w) &

Variable Documentation

◆ c

char c[2][6] = { str(hello), str() }