page_test.h 174 B

1234567891011121314
  1. #ifndef PAGE_TEST_H
  2. #define PAGE_TEST_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int pgd_test(int argc, char *argv[]);
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif /* PAGE_TEST_H */