strings.h 264 B

1234567891011121314151617
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. #ifndef _WAMR_LIBC_STRINGS_H
  6. #define _WAMR_LIBC_STRINGS_H
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif