Sign in
llvm
/
llvm-project
/
libc
/
cb753dd3f66cd40dbd902e32b1900d6057bf981f
/
.
/
config
/
gpu
/
api.td
blob: 9036bbc89238e22d97c01731dc090025afc7eb00 [
file
] [
log
] [
blame
]
include
"config/public_api.td"
include
"spec/stdc.td"
def
StringAPI
:
PublicAPI
<
"string.h"
>
{
let
Types
=
[
"size_t"
];
}