pocketlang/cli
Derick Alangi 04c333a15e
Set pointer to first byte of mem block when realloc()'d (#48)
* While reading various files in the repo, just going ahead to
clean up some typos (for clarity of text).

* When calling `realloc()`, let the pointer be returned to the
first byte of the memory block after resize. Compiler warns against
not doing this too.

* In addition, rename the file uitls.c to "utils.c" which seems to
be the correct name in this case.

NOTE: I recompiled and tested the `./pocket` intepreter and it still
works as expected.
2021-06-10 04:10:24 +05:30
..
modules REPL implementation. (#47) 2021-06-09 16:12:26 +05:30
thirdparty path library implemented 2021-05-30 05:46:04 +05:30
all.c REPL implementation. (#47) 2021-06-09 16:12:26 +05:30
common.h REPL implementation. (#47) 2021-06-09 16:12:26 +05:30
main.c REPL implementation. (#47) 2021-06-09 16:12:26 +05:30
repl.c Set pointer to first byte of mem block when realloc()'d (#48) 2021-06-10 04:10:24 +05:30
utils.c Set pointer to first byte of mem block when realloc()'d (#48) 2021-06-10 04:10:24 +05:30
utils.h Set pointer to first byte of mem block when realloc()'d (#48) 2021-06-10 04:10:24 +05:30