annotate lib/math.c @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents c865ce93b51e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17168
1b3c19ad4b17 math: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 #include <config.h>
1b3c19ad4b17 math: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 #define _GL_MATH_INLINE _GL_EXTERN_INLINE
1b3c19ad4b17 math: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3 #include "math.h"
18128
c865ce93b51e binary-io, math, pthread, sys_socket, u64, unistd: port to strict C
Paul Eggert <eggert@cs.ucla.edu>
parents: 17168
diff changeset
4 typedef int dummy;