99c8b36704
Signed-off-by: Chloe M. <chloe@mensia.org>
13 lines
160 B
C
13 lines
160 B
C
/*
|
|
* Copyright (c) 2026, Chloe M.
|
|
* Provided under the BSD-3 clause.
|
|
*
|
|
* Description: Printf bridge
|
|
* Author: Chloe M.
|
|
*/
|
|
|
|
void
|
|
_putchar(char c)
|
|
{
|
|
}
|