Mercurial > hg > octave-kai > gnulib-hg
view modules/strtol @ 17450:fcdfb5b7741a
* lib/tmpdir.c: Simplify code to add slash; no need for a loop.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 15 Jul 2013 13:32:24 -0700 |
parents | b34e684f6884 |
children |
line wrap: on
line source
Description: strtol() function: convert string to 'long'. Status: obsolete Notice: This module is obsolete. Files: lib/strtol.c m4/strtol.m4 Depends-on: configure.ac: gl_FUNC_STRTOL if test $ac_cv_func_strtol = no; then AC_LIBOBJ([strtol]) fi Makefile.am: Include: <stdlib.h> License: LGPL Maintainer: glibc