arudradey's picture
download
raw
708 Bytes
//===-- Implementation header for strcat ------------------------*- C++ -*-===//
//
// 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_SRC_STRING_STRCAT_H
#define LLVM_LIBC_SRC_STRING_STRCAT_H
#include "include/llvm-libc-types/size_t.h"
#include "src/__support/macros/config.h"
namespace LIBC_NAMESPACE_DECL {
char *strcat(char *__restrict dest, const char *__restrict src);
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_STRING_STRCAT_H

Xet Storage Details

Size:
708 Bytes
·
Xet hash:
6d807812e830b4cb6abec70278b367a49be506d133f5313805e82bf697d69517

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.