snRuntime/src/printf.h
Functions
Defines
Functions Documentation
function snrt_putchar
void snrt_putchar(
char character
)
Macros Documentation
define _putchar
#define _putchar snrt_putchar
Source code
// Copyright 2023 ETH Zurich and University of Bologna.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
// Use snrt_putchar for printf
#define _putchar snrt_putchar
extern void snrt_putchar(char character);
#include "../vendor/printf/printf.h"
Updated on 2023-06-19 at 09:43:56 +0000