Subversion Repositories Kolibri OS

Rev

Rev 1693 | Go to most recent revision | Details | Compare with Previous | 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
 
1901 serge 8
/*
1693 serge 9
#ifdef __LIBC_DLL__
10
    #ifdef __LIBC_EXPORT__
11
        #define API __attribute__ ((dllexport))
12
    #else
13
        #define API __attribute__ ((dllimport))
14
    #endif
15
#else
16
    #define API
17
#endif
1901 serge 18
*/
1693 serge 19
 
20
#endif /* _NEWLIB_H_ */