Prev: dlsym problem on MacOSX (code works in Linux, fails on MacOSX)
Next: Is SIGALRM received by the thread that called alarm() ?
From: Aaron Gray on 28 Jul 2010 17:22 Hi, I am looking for a c callable function to search a path list for a given file. Many thanks in advance, Aaron
From: arus on 29 Jul 2010 09:41
On 7/28/2010 5:22 PM, Aaron Gray wrote: > Hi, > > I am looking for a c callable function to search a path list for a given > file. I think what you are after is globbing capabilities. http://www.gnu.org/s/libc/manual/html_node/Globbing.html#Globbing Does that link give you a head start for what you want? |