1 #ifndef VENDOR_REDEFINE_TEE_API_H 2 #define VENDOR_REDEFINE_TEE_API_H 3 4 #if defined(VENDOR_REDEFINE_TEE_API_C) 5 #include "libc_wrapper.h" 6 7 #define strcmp tee_strcmp 8 #define memcmp tee_memcmp 9 10 #endif /* VENDOR_REDEFINE_TEE_API_C */ 11 #endif /* VENDOR_REDEFINE_TEE_API_H */ 12