Hi,

Im trying to port a small software to Linux (nothing fancy, but I need it).

Everyting works great (gcc, make and so on).

But....Linux gcc does not have following commands:

        findfirst(...)
        findnext(...)
        findclose(...)

Does Linux (or should I say Posix) know these command, if so where are their
header (and body)?

If not, is the only way to solve what Im doing to use opendir, readdir and
closedir and do my own joker char filtering?

// Jarmo

Reply via email to