blob: b793fb9f24fd7cacaffc202d4d3daded09eb27ca (
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
33
34
35
36
|
FO-WARN(1) - General Commands Manual
# NAME
**Fo-warn** - warnings related to function blocks
# SYNOPSIS
*double*
**sin()**(*double x*);
*double*
**atan2**(*double y, double x*);
*int*
**close)**(*int fd*);
*typedef void*
**(handler)**(*int*);
*typedef void*
**(\*fp)**(*int*);
*int*
**(open**(*const char \*path*);
*FILE \*‌*
**(\*popen**(*const char \*cmd*);
*void*
**(trail)x**(*void*);
*void*
**\*star**(*void*);
OpenBSD - September 13, 2019
|