SplitStringTests.h 110 B

12345678
  1. #ifndef SPLITSTRINGTESTS_H
  2. #define SPLITSTRINGTESTS_H
  3. namespace SplitStringTests {
  4. void test();
  5. }
  6. #endif