Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Implement string.h functions #1

Open
ParadoxZero opened this issue May 3, 2018 · 7 comments
Open

Implement string.h functions #1

ParadoxZero opened this issue May 3, 2018 · 7 comments
Labels
Easy Task Issues representing a task to be done.
Milestone

Comments

@ParadoxZero
Copy link
Owner

Currently the string.h contains prototype of many unimplemented functions such as strcmp(), strcat() etc.

@ParadoxZero ParadoxZero added the Task Issues representing a task to be done. label May 3, 2018
@ParadoxZero ParadoxZero added this to the v0.1 milestone May 3, 2018
@susarlanikhilesh
Copy link

susarlanikhilesh commented Jun 12, 2019

I can help you. You wanted to implement those functions on your own right in the string.h?
Can I work on it?
Thank you.

@addy419
Copy link
Contributor

addy419 commented Jul 19, 2019

I'm new to github and would like to help with this, will be submitting a pull request in a short time

@angel208
Copy link

angel208 commented Aug 4, 2020

is this open for development?

@ParadoxZero
Copy link
Owner Author

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 :)

@Lakshit-Chiranjiv
Copy link

Currently the string.h contains prototype of many unimplemented functions such as strcmp(), strcat() etc.

I can try this one....can you just specify the question a little more??

@ParadoxZero
Copy link
Owner Author

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.

@thiagocarisio
Copy link

Hi!
Are you still accepting PR for this project?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Easy Task Issues representing a task to be done.
Projects
None yet
Development

No branches or pull requests

6 participants