GlimmerOS / OS

A tiny OS for riscv64
0 stars 0 forks source link

Finish string.h #2

Closed YEWPO closed 1 year ago

YEWPO commented 1 year ago

write string.h library, which includes strlen, strcmp function and so on.

YEWPO commented 1 year ago

实现的功能

YEWPO commented 1 year ago

后面修改strncmp的bug