12+ results for '#include <regex.h> source:Sourceforge' (0 ms)
Not the results you expected?
regexp.cc (https://octave.svn.sourceforge.net/svnroot/octave) C++ · 140 lines
regexp.cc (https://octave.svn.sourceforge.net/svnroot/octave) C++ · 120 lines
regexp.cc (https://octave.svn.sourceforge.net/svnroot/octave) C++ · 139 lines
regexp.cc (https://octave.svn.sourceforge.net/svnroot/octave) C++ · 129 lines
hbregex.h (https://harbour-project.svn.sourceforge.net/svnroot/harbour-project) C++ Header · 146 lines
s3-util.h (https://amanda.svn.sourceforge.net/svnroot/amanda) C++ Header · 125 lines
filter.h (https://noffle.svn.sourceforge.net/svnroot/noffle) C Header · 99 lines
hbregex.h (https://harbour-project.svn.sourceforge.net/svnroot/harbour-project) C Header · 154 lines
regex.c (https://crystal.svn.sourceforge.net/svnroot/crystal) C · 64 lines
regex_wrapper.h (https://crystal.svn.sourceforge.net/svnroot/crystal) C Header · 38 lines
regex_wrapper.h (https://crystal.svn.sourceforge.net/svnroot/crystal) C++ Header · 38 lines
regex_wrapper.h (https://crystal.svn.sourceforge.net/svnroot/crystal) C++ Header · 39 lines
20 #define __CS_UTIL_REGEX_WRAPPER_H__
22 #include "csplatform.h"
24 #ifdef CS_HAVE_REGEX
25 #include <regex.h>
26 #else
27 #if (defined(CS_COMPILER_MSVC) || defined(CS_COMPILER_BCC)) && \
30 #define __STDC__DEFINED
31 #endif
32 #include "generic/regex.h"
33 #ifdef __STDC__DEFINED
34 #undef __STDC__