blob: a515f69ea6a8cf0cc7ed1209299e7004ffafe15c [file] [log] [blame]
//===-- 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>)