1FN-NOARG(1) - General Commands Manual 2 3# NAME 4 5**Fn-noarg** - function name macro without arguments 6 7# DESCRIPTION 8 9with arguments: 10*int* 11**abs**(*int i*) 12*long* 13**labs**(*long i*) 14void function arguments: 15*int* 16**rand**() 17*long* 18**random**() 19*u\_int32\_t* 20**arc4random**() 21no name arguments: 22*int* 23no type arguments: 24**abs**(*int i*) 25no type and void function arguments: 26**rand**() 27**random**() 28**arc4random**() 29no arguments at all: 30end of test document 31 32OpenBSD - July 4, 2017 33