aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fo/noarg.out_markdown
blob: d439067fadac370d570708546f2a86d2eb1e699e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
FN-NOARG(1) - General Commands Manual

# NAME

**Fn-noarg** - function name macro without arguments

# DESCRIPTION

with arguments:
*int*
**abs**(*int i*)
*long*
**labs**(*long i*)
void function arguments:
*int*
**rand**()
*long*
**random**()
*u\_int32\_t*
**arc4random**()
no name arguments:
*int*
no type arguments:
**abs**(*int i*)
no type and void function arguments:
**rand**()
**random**()
**arc4random**()
no arguments at all:
end of test document

OpenBSD - July 4, 2017