summaryrefslogtreecommitdiff
path: root/doc/static-inline.texi
blob: 035c0231214a63a05aa4c2e5aa2da6b2f05183c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@c GNU static-inline module documentation

@c Copyright (C) 2019 Free Software Foundation, Inc.

@c Permission is granted to copy, distribute and/or modify this document
@c under the terms of the GNU Free Documentation License, Version 1.3
@c or any later version published by the Free Software Foundation;
@c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
@c Texts.  A copy of the license is included in the ``GNU Free
@c Documentation License'' file as part of this distribution.

@node static inline
@section Static inline functions

@cindex static inline
@cindex inline

In order to mark functions as @code{static inline}, the only
prerequisite you need is an @code{AC_REQUIRE([AC_C_INLINE])}.
No Gnulib module is needed.