Skip to content

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