Sign in
hafnium
/
hafnium
/
f3d45597169db60d15ab911aef027e5851691664
/
.
/
src
/
arch
/
mock
/
BUILD.gn
blob: 60c3428945568028679594874cebe8b8ddf3c8ed [
file
] [
log
] [
blame
]
# Mock implementation of putchar logs to the console.
source_set
(
"putchar"
)
{
sources
=
[
"putchar.c"
,
]
}