X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fcrtdll%2Fconio%2Fcgets.c;fp=lib%2Fcrtdll%2Fconio%2Fcgets.c;h=1e3d9e7a8afe5b38f8ed28d548940c2aaafaf97c;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hp=60052160b077a31dc56cb1ffba2c9cbd34fc09dd;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3;p=reactos.git diff --git a/lib/crtdll/conio/cgets.c b/lib/crtdll/conio/cgets.c index 6005216..1e3d9e7 100644 --- a/lib/crtdll/conio/cgets.c +++ b/lib/crtdll/conio/cgets.c @@ -1,8 +1,8 @@ -#include -#include +#include +#include -char * -_cgets(char *string) + +char *_cgets(char *string) { unsigned len = 0; unsigned int maxlen_wanted;