1 FO-BREAK(1) - General Commands Manual
5 **Fo-break** - line breaks in function blocks
11 *my\_long\_return\_type \*‌*
12 **my\_long\_function**(*my\_long\_type first\_argument*, *my\_long\_type second\_argument*);
15 **this function name is so ridiculously long that it will not fit on the line**(*my\_long\_type first\_argument*, *my\_long\_type second\_argument*, *my\_long\_type third\_argument*);
17 **using Fo and single-argument Fa:**
19 *my\_long\_return\_type \*‌*
20 **my\_long\_function**(*my\_long\_type first\_argument*,
21 *my\_long\_type second\_argument*);
24 **this function name is so ridiculously long that it will not fit on the line**(*my\_long\_type first\_argument*,
25 *my\_long\_type second\_argument*,
26 *my\_long\_type third\_argument*);
28 **using Fo and multi-argument Fa:**
30 *my\_long\_return\_type \*‌*
31 **my\_long\_function**(*my\_long\_type first\_argument*, *my\_long\_type second\_argument*);
36 **my\_long\_function**(*my\_long\_type first\_argument*, *my\_long\_type second\_argument*)
38 using Fo and single-argument Fa:
39 **my\_long\_function**(*my\_long\_type first\_argument*,
40 *my\_long\_type second\_argument*)
42 using Fo and multi-argument Fa:
43 **my\_long\_function**(*my\_long\_type first\_argument*, *my\_long\_type second\_argument*)
45 OpenBSD - April 8, 2014