Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1693 serge 1
/* dummy file for external tools to use.  Real file is created by
2
   newlib configuration. */
3
 
4
 
5
#ifndef _NEWLIB_H_
6
#define _NEWLIB_H_
7
 
8
#ifdef __LIBC_DLL__
9
    #ifdef __LIBC_EXPORT__
10
        #define API __attribute__ ((dllexport))
11
    #else
12
        #define API __attribute__ ((dllimport))
13
    #endif
14
#else
15
    #define API
16
#endif
17
 
18
 
19
#endif /* _NEWLIB_H_ */