guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile 1.7.91 has been released.


From: Bill Schottstaedt
Subject: Re: Guile 1.7.91 has been released.
Date: Mon, 13 Feb 2006 15:35:07 -0800

Yes, here's the relevent portion of man readdir_r:


The caller must allocate storage pointed to by entry  to  be
     large  enough  for  a dirent structure with an array of char
     d_name  member  containing  at  least  NAME_MAX  (that   is,
     pathconf(directory,   _PC_NAME_MAX))   plus   one  elements.
     (_PC_NAME_MAX is defined in  <unistd.h>.)


I found some examples by Googling for readdir_r and _PC_NAME_MAX.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]