llvm-capstone/libc/include/strings.h.def
Alex Brachet dc1b614bb8 [libc] Move b* string functions to strings.h
Traditionally these functions are exposed in string*s*.h not string.h

Differential Revision: https://reviews.llvm.org/D141237
2023-01-09 20:16:20 +00:00

17 lines
506 B
Modula-2

//===-- C standard library header strings.h -------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_STRINGS_H
#define LLVM_LIBC_STRINGS_H
#include <__llvm-libc-common.h>
%%public_api()
#endif // LLVM_LIBC_STRINGS_H