xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/In/noarg.out_markdown (revision 943fb9d8c7fc1b7e0db8c617168f7360d3ee357c)
1IN-NOARG(2) - System Calls Manual
2
3# NAME
4
5**In-noarg** - include file macros without argument
6
7# SYNOPSIS
8
9**#include <math.h>**
10
11*double*
12**sin**(*double x*);
13
14*double*
15**cos**(*double x*);
16
17# DESCRIPTION
18
19<*math.h:*>
20*double*
21**sin**(*double x*)
22*double*
23**cos**(*double x*)
24
25OpenBSD - July 4, 2017
26