Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2025 10:31:28 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-current@freebsd.org
Subject:   a question about style(9) and inline
Message-ID:  <aJzL8JUop1vDFPNJ@troutmask.apl.washington.edu>

index | next in thread | raw e-mail

In looking at lib/msun/math_private, one finds

static __inline float complex
static __inline double complex
static __inline long double complex
static inline double
static inline float
static inline long double
static __inline int
static __inline int
static __inline int
static inline int32_t
static inline int32_t

style(9) seems to not contain any preference with respect
to __inline versus inline.  As a matter of consistency,
I would like to use whatever is the preferred keyword.
So, which should be used?

-- 
Steve


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aJzL8JUop1vDFPNJ>