Mercurial > hg > octave-kai > gnulib-hg
view modules/strtoumax @ 11555:7612308943f7
sys_socket: Define sockaddr_storage.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 08 May 2009 16:21:34 +0200 |
parents | 5ba286cacd14 |
children | 94f2b4a2e01c |
line wrap: on
line source
Description: strtoumax() function: convert string to 'uintmax_t'. Files: lib/strtoumax.c m4/longlong.m4 m4/strtoumax.m4 Depends-on: strtoimax strtoull inttypes stdint configure.ac: gl_FUNC_STRTOUMAX gl_INTTYPES_MODULE_INDICATOR([strtoumax]) Makefile.am: Include: <inttypes.h> License: GPL Maintainer: Paul Eggert