X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Fstdio%2Ffopen.c;h=485764190c59898b31fd2a39f0e001271160fff1;hb=HEAD;hp=b657438c3d3d8124e45ba842e04855d8e4e49588;hpb=e3ed2d773259cc445c7ff8181ebd934931365328;p=reactos.git diff --git a/lib/crtdll/stdio/fopen.c b/lib/crtdll/stdio/fopen.c index b657438..4857641 100644 --- a/lib/crtdll/stdio/fopen.c +++ b/lib/crtdll/stdio/fopen.c @@ -11,6 +11,9 @@ FILE * __alloc_file(void); +/* + * @implemented + */ FILE* fopen(const char *file, const char *mode) { FILE *f;