#ifndef LIBCPP_CSTDIO
#define LIBCPP_CSTDIO

#define _Bool bool

namespace std
{

extern "C" {
#include <stdio.h>
}

}

#endif
