URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 157 |
Rev 225 |
Line 24... |
Line 24... |
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
|
|
#ifndef FILENAMES_H
|
#ifndef FILENAMES_H
|
#define FILENAMES_H
|
#define FILENAMES_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
#if defined(__MSDOS__) || defined(_WIN32) || defined(__OS2__) || defined (__CYGWIN__)
|
#if defined(__MSDOS__) || defined(_WIN32) || defined(__OS2__) || defined (__CYGWIN__)
|
|
|
#ifndef HAVE_DOS_BASED_FILE_SYSTEM
|
#ifndef HAVE_DOS_BASED_FILE_SYSTEM
|
#define HAVE_DOS_BASED_FILE_SYSTEM 1
|
#define HAVE_DOS_BASED_FILE_SYSTEM 1
|
#endif
|
#endif
|
Line 47... |
Line 51... |
#endif /* not DOSish */
|
#endif /* not DOSish */
|
|
|
extern int filename_cmp (const char *s1, const char *s2);
|
extern int filename_cmp (const char *s1, const char *s2);
|
#define FILENAME_CMP(s1, s2) filename_cmp(s1, s2)
|
#define FILENAME_CMP(s1, s2) filename_cmp(s1, s2)
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
#endif /* FILENAMES_H */
|
#endif /* FILENAMES_H */
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.