TheLuaOSProject / Kernel

Kernel for the LuaOS operating system
GNU General Public License v3.0
36 stars 4 forks source link

Added functions to lib #27

Closed MrLego8-9 closed 1 year ago

MrLego8-9 commented 1 year ago

Added functions from libC : memchr, memrchr and strstr Added from libmath :

pitust commented 1 year ago

Please fix your commit messages -- they should be conventional commits

Your commit messages should also be under the 72 character limit that git prefers

Also, i'm pretty sure those math functions were there for a reason.

pitust commented 1 year ago

Also, please squash the commits together if they are related and don't work alone