Age | Commit message (Collapse) | Author |
|
|
|
some c++ code added to make the compiler complain less
|
|
is most definitely a lot of bugs here still
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it's still supposed to work... Also cleaned up code style a bit. Hopefully it makes a little sense at least.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue happening if the program fails during fill_lfc, it will call free_lfc, but because we haven set the 'next' node to NULL, we segfault.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improved one later
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functionality
|
|
also divide some functions to make everything a bit easier to work with
|
|
|
|
good enough for today though. This is kind of a proof of concept though so ill probably change it tomorrow. It's not perfect.
|
|
|
|
|
|
i am REALLY stupid and was calculating the remaining size for concat_str wrong all along
|
|
|