Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b30faff

Browse files
committedJun 17, 2025·
fixup! [libc] Add putc, fputc, and fprintf to stdio/baremetal
1 parent 519f3e0 commit b30faff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libc/src/stdio/baremetal/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ add_header_library(
150150
libc.src.__support.CPP.string_view
151151
.stdout
152152
.stderr
153-
)
153+
)

0 commit comments

Comments
 (0)
Please sign in to comment.