rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

platform.h.in (155B)


      1 #ifndef PLATFORM_H
      2 #define PLATFORM_H
      3 
      4 #define SHARED_LIBRARY_PREFIX "@LIB_PREFIX@"
      5 #define SHARED_LIBRARY_SUFFIX "@LIB_SUFFIX@"
      6 
      7 #endif /* PLATFORM_H */
      8