Skip to content

Commit

Permalink
perf(libc): remove nostdinc
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed May 17, 2023
1 parent 3807994 commit c3a9073
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 105 deletions.
2 changes: 1 addition & 1 deletion src/kernel/kernel_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
void kernel_main(void) {
// 显示基本信息
show_info();
int32_t aaa=0;
bool aaa=false;
// 进入死循环
while (1) {
;
Expand Down
44 changes: 0 additions & 44 deletions src/libc/include/stdbool.h

This file was deleted.

30 changes: 0 additions & 30 deletions src/libcxx/include/cstdbool

This file was deleted.

30 changes: 0 additions & 30 deletions src/libcxx/include/cstdlib

This file was deleted.

0 comments on commit c3a9073

Please sign in to comment.