diff options
Diffstat (limited to 'lib/clang/12.0.0/include/varargs.h')
| -rw-r--r-- | lib/clang/12.0.0/include/varargs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/clang/12.0.0/include/varargs.h b/lib/clang/12.0.0/include/varargs.h new file mode 100644 index 0000000..d241b7d --- /dev/null +++ b/lib/clang/12.0.0/include/varargs.h @@ -0,0 +1,12 @@ +/*===---- varargs.h - Variable argument handling -------------------------------------=== +* +* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +* See https://llvm.org/LICENSE.txt for license information. +* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +* +*===-----------------------------------------------------------------------=== +*/ +#ifndef __VARARGS_H +#define __VARARGS_H + #error "Please use <stdarg.h> instead of <varargs.h>" +#endif |
