15 lines
518 B
C
15 lines
518 B
C
//===-- 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>)
|