locallib.c 188 B

12345678
  1. #if !(defined(BUILD_LOCAL_INTERFACE) && defined(BUILD_INTERFACE) && \
  2. !defined(INSTALL_INTERFACE))
  3. # error "Incorrect compile definitions"
  4. #endif
  5. void locallib(void)
  6. {
  7. }