gbowne1 / gbowne1/ClassicOS

[klibc(checklist)] klibc initial implementation checklist

Open
#78 1 comment 0 reactions 1 assignee Claimed by @shoshta73 View on GitHub
enhancement
Dominant language
C
Stars
12
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Header files:
- [x] stdarg.h
- [x] stdbool.h
- [x] stddef.h
- [x] stdint.h
- [x] string.h
- [x] stdlib.h

Symbols:
- [x] string.h:
- [x] memcmp
- [x] memset
- [x] memcpy
- [x] memmove
- [x] strlen
- [x] strcmp

- [x] stdarg.h:
- [x] va_start
- [x] va_arg
- [x] va_end
- [x] va_copy

- [ ] stdlib.h:
- [ ] malloc
- [ ] free

Types:
- [x] uint8_t
- [x] uint16_t
- [x] uint32_t
- [x] bool:
- [x] true
- [x] false
- [x] va_list

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.