BufferTests.h 95 B

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