MakeInProjectOnly.c 76 B

12345
  1. #include <MakeInProjectOnly.h>
  2. int main()
  3. {
  4. return MakeInProjectOnly();
  5. }