memcompat.h 94 B

1234567
  1. #ifndef __MEMCOMPAT_H__
  2. #define __MEMCOMPAT_H__
  3. #include <stdint.h>
  4. #include "mem.h"
  5. #endif