#include <stdio.h>
#ifndef FOPEN_MAX
#error "FOPEN_MAX is not defined"
#endif
int main(void) { return 0; }
