Mercurial > hg > octave-lojdl > gnulib-hg
view modules/wcscmp @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | be44d76f2dbf |
children |
line wrap: on
line source
Description: wcscmp() function: compare two wide strings. Status: obsolete Notice: This module is obsolete. Files: lib/wcscmp.c lib/wcscmp-impl.h m4/wcscmp.m4 Depends-on: wchar configure.ac: gl_FUNC_WCSCMP if test $HAVE_WCSCMP = 0; then AC_LIBOBJ([wcscmp]) fi gl_WCHAR_MODULE_INDICATOR([wcscmp]) Makefile.am: Include: <wchar.h> License: LGPL Maintainer: Bruno Haible