[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stat & snprintf replacements?
From: |
Jim Meyering |
Subject: |
Re: stat & snprintf replacements? |
Date: |
Wed, 14 May 2003 10:58:18 +0200 |
Derek Robert Price <address@hidden> wrote:
> Could anyone tell me where I might find GPL'd versions of stat.c and
> snprintf.c suitable for AC_LIBOBJ replacement? AC_FUNC_STAT, in
> particular, requires a stat.c, but I haven't been able to find a
> suitable GPL'd version of either file.
stat.c and lstat.c are here:
https://savannah.gnu.org/projects/gnulib
In the same place, you'll also find *asnprintf.[ch],
which should do what you want.