X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fstdio%2Ffsetpos.c;fp=lib%2Fcrtdll%2Fstdio%2Ffsetpos.c;h=9c66fb9a17d262dfeb41cb0231a85f3360fa7a79;hp=ee040f730ffeb9fb5256edb2ccb874a28993910d;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/stdio/fsetpos.c b/lib/crtdll/stdio/fsetpos.c index ee040f7..9c66fb9 100644 --- a/lib/crtdll/stdio/fsetpos.c +++ b/lib/crtdll/stdio/fsetpos.c @@ -3,6 +3,9 @@ #include #include +/* + * @implemented + */ int fsetpos(FILE *stream,const fpos_t *pos) { if (stream && pos)