Mercurial > hg > octave-jordi > gnulib-hg
view lib/memcasecmp.h @ 4239:b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 18 Feb 2003 17:05:23 +0000 |
parents | cf3c93b52b9b |
children | df44e79ce676 |
line wrap: on
line source
#ifndef PARAMS # if defined PROTOTYPES || (defined __STDC__ && __STDC__) # define PARAMS(Args) Args # else # define PARAMS(Args) () # endif #endif int memcasecmp PARAMS ((const void *vs1, const void *vs2, size_t n));