blob: 38593dd5d8653d0f78830d57f6266c1195a9e061 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#include <stdio.h>
FILE* fopen64 (const char* filename, const char* mode)
{
return fopen (filename, mode);
}