Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加了ctype.h和stdlib.h的部分函数 #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Ruijie-Qin
Copy link
Contributor

ctype.h全部添加,stdlib.h与冬青合作,现在把我负责的部分添加进去了,那些wc和mb什么的函数没有弄进去。
stdlib.h冬青负责的函数如下:
int abs(int i);
double atof(const char _s);
int atoi(const char *s);
void *bsearch(const void *key, const void *base, size_t nelem, size_t size, int (_cmp)(const void _ck, const void *ce));
div_t div(int numer, int denom);
char *getenv(const char *name);
void qsort(void *base, size_t nelem, size_t size, int (_cmp)(const void *e1, const void *e2));
int rand(void);
void srand(unsigned int seed);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant