slab.h 165 B

12345678910111213141516
  1. #ifndef __SLAB_H__
  2. #define __SLAB_H__
  3. #pragma once
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. //....
  8. #ifdef __cplusplus
  9. } // extern "C" {
  10. #endif
  11. #endif //__SLAB_H__