repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
imaxdiv
blob
1a2af058c647c753b6ab0b3ceb27c76050959f95
1
Description:
2
imaxdiv() function: division of 'intmax_t'.
3
4
Files:
5
lib/imaxdiv.c
6
m4/imaxdiv.m4
7
8
Depends-on:
9
inttypes-incomplete
10
11
configure.ac:
12
gl_FUNC_IMAXDIV
13
if test $ac_cv_func_imaxdiv = no; then
14
AC_LIBOBJ([imaxdiv])
15
gl_PREREQ_IMAXDIV
16
fi
17
gl_INTTYPES_MODULE_INDICATOR([imaxdiv])
18
19
Makefile.am:
20
21
Include:
22
<inttypes.h>
23
24
License:
25
LGPL
26
27
Maintainer:
28
all