Macros by Category Revision History
Search:

ax_c99_inline

SYNOPSIS

AX_C99_INLINE

DESCRIPTION

This macro defines HAVE_C99_INLINE if the C compiler supports "inline" and "extern inline" correctly. An application may replace "inline" with "static inline" as a workaround for older compilers.

SOURCE CODE

http://autoconf-archive.cryp.to/ax_c99_inline.m4

LICENSE

Copyright © 2009 Michael McMaster <email@michaelmcmaster.name>

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.