view lib/xmemcoll.h @ 17329:d69dfef8e8c6

lib/stdlib.in.h: Fix return type for secure_getenv C++ alias declaration.
author John W. Eaton <jwe@octave.org>
date Sat, 09 Feb 2013 15:11:07 -0500
parents c5416617cfbf
children
line wrap: on
line source

#include <stddef.h>
int xmemcoll (char *, size_t, char *, size_t);
int xmemcoll0 (char const *, size_t, char const *, size_t);