X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Fstdio%2Fftell.c;h=25109101fee91f955bd1ddd5fc79d491b4d61426;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=24e796825b9e2e6d2c727f2da04ffad79124589e;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/lib/crtdll/stdio/ftell.c b/lib/crtdll/stdio/ftell.c index 24e7968..2510910 100644 --- a/lib/crtdll/stdio/ftell.c +++ b/lib/crtdll/stdio/ftell.c @@ -8,6 +8,9 @@ #include +/* + * @implemented + */ long ftell(FILE *f) { long tres;