aboutsummaryrefslogtreecommitdiffstats
path: root/README_d/README.hacking
blob: dcb57359396b9a0f6d46dfe44b6a11521fbf00fd (plain)
1
2
3
4
5
6
7
8
9
10
11
* Use one of the following macros to access the value of a numeric NODE:
	Macro                   Returned C type
	---------------------------------------
	get_number_ui(n)        unsigned long
	get_number_si(n)        long
	get_number_d(n)		double	
	get_number_uj(n)	uintmax_t

* Use iszero(n) to test if a numeric NODE is zero.