LoadedCommand.cxx 126 B

12345678910
  1. #include "LoadedCommand.h"
  2. int main ()
  3. {
  4. #ifdef CMAKE_IS_FUN
  5. return SIZEOF_CHAR-1;
  6. #else
  7. return SIZEOF_SHORT;
  8. #endif
  9. }