Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/tags/llvmorg-16.0.0-rc3
/
.
/
libc
/
config
/
gpu
/
api.td
blob: 9036bbc89238e22d97c01731dc090025afc7eb00 [
file
]
include
"config/public_api.td"
include
"spec/stdc.td"
def
StringAPI
:
PublicAPI
<
"string.h"
>
{
let
Types
=
[
"size_t"
];
}