Mercurial Hosting > harelet
diff harelet.c @ 20:0555050bada0
Make it pretty
author | VilyaemKenyaz |
---|---|
date | Wed, 27 Sep 2023 08:51:57 -0400 |
parents | 8fe0b5711413 |
children |
line wrap: on
line diff
--- a/harelet.c Wed Sep 27 01:47:28 2023 -0400 +++ b/harelet.c Wed Sep 27 08:51:57 2023 -0400 @@ -9,8 +9,8 @@ #include <string.h> #include <assert.h> -#include "basedfilelib.h" -#include "basedtermgrx.h" +#include "based/basedfilelib.h" +#include "based/basedtermgrx.h" #define DEEPNESS 5 #define MAXPOINT 4096 @@ -51,7 +51,7 @@ * Author - William King * Date - Sep 26 2023 * *******************************************/ -char * IntToString(int num){ +char * IntToString(unsigned int num){ char * s; sprintf(s,"%d",num); return s;