-
Notifications
You must be signed in to change notification settings - Fork 5
Implement string.h functions #1
Comments
I can help you. You wanted to implement those functions on your own right in the string.h? |
I'm new to github and would like to help with this, will be submitting a pull request in a short time |
is this open for development? |
These are open for PR. I'll review and merge any PR you send. I haven't been actively working on it for a few years though. Feel free to fork it and play around :) |
I can try this one....can you just specify the question a little more?? |
This file here contains a lot of prototypes that are unimplemented - https://github.com/ParadoxZero/paradoxOS/blob/master/libc/include/string.h You can add implementation for it here - https://github.com/ParadoxZero/paradoxOS/tree/master/libc/string You can follow the instructions in readme to set up the dev environment. Use an ubuntuish environment because I created those scripts in ubuntu and I don't recall the hard dependencies off my head. |
Hi! |
Currently the
string.h
contains prototype of many unimplemented functions such asstrcmp()
,strcat()
etc.The text was updated successfully, but these errors were encountered: