File Index Symbol Index

// cstdio standard header
#pragma once
#ifndef _CSTDIO_
#define _CSTDIO_
#ifndef RC_INVOKED
#include <yvals.h> #include <stdio.h>
_STL_DISABLE_CLANG_WARNINGS
#pragma push_macro("new")
#undef new
// undef common macro overrides
#undef clearerr
#undef feof
#undef ferror
#undef getc
#undef getchar
#undef putc
#undef putchar
// TRANSITION: Boost nonconformingly uses this macro
#define _FPOSOFF(fp) ((long long)(fp))
#pragma warning(push) #pragma warning(pop)
#pragma pop_macro("new")
_STL_RESTORE_CLANG_WARNINGS
#pragma warning(pop) #pragma pack(pop)
#endif /* RC_INVOKED */ #endif /* _CSTDIO_ */
/* * Copyright (c) by P.J. Plauger. All rights reserved. * Consult your license regarding permissions and restrictions. V6.50:0009 */