This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: function in gcc


* adullah imron (abdullah_imron@yahoo.com) [20020315 15:39]:

> in C we know findfirst() and findnext() functions.
> What function in GCC where it used like both function
> above.

You've picked the wrong forum for that question. You should ask on a general
C programming group like comp.lang.c.

BTW, findfirst() and findnext() aren't standard C functions but rather
MSDOS/Windows extensions, so you'll miss them on any platform other then the
mentioned.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
SuSE Linux AG, Deutscherrnstr. 15-19, D-90429 Nuremberg, Germany


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]