Subversion Repositories Kolibri OS

Rev

Rev 1693 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  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. /*
  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
  18. */
  19.  
  20. #endif /* _NEWLIB_H_ */
  21.