Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/CSpecialSymbolMap.inc
35294 views
//===-- StdSpecialSymbolMap.inc -----------------------------------*- C -*-===//
//
// This is a hand-curated list for C symbols that cannot be parsed/extracted
// via the include-mapping tool (gen_std.py).
//
//===----------------------------------------------------------------------===//

SYMBOL(size_t, None, <stddef.h>)
SYMBOL(size_t, None, <stdio.h>)
SYMBOL(size_t, None, <stdlib.h>)
SYMBOL(size_t, None, <string.h>)
SYMBOL(size_t, None, <time.h>)
SYMBOL(size_t, None, <uchar.h>)
SYMBOL(size_t, None, <wchar.h>)