LLVM: include/llvm/Support/SystemZ/zos_wrappers/string.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13#ifndef LLVM_SUPPORT_ZOSWRAPPERS_STRING_H
14#define LLVM_SUPPORT_ZOSWRAPPERS_STRING_H
15
16#include_next <string.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22
23
24
25
26
27char *strsignal(int sig) asm("llvm_zos_strsignal");
28
29size_t strnlen(const char *S, size_t MaxLen) asm("llvm_zos_strnlen");
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif
char * strsignal(int sig) asm("llvm_zos_strsignal")
size_t strnlen(const char *S, size_t MaxLen) asm("llvm_zos_strnlen")