Snitch Runtime
Loading...
Searching...
No Matches
sw
snRuntime
src
printf.h
1
// Copyright 2023 ETH Zurich and University of Bologna.
2
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
// SPDX-License-Identifier: Apache-2.0
4
5
#pragma once
6
7
// Use snrt_putchar for printf
8
#define _putchar snrt_putchar
9
10
extern
void
snrt_putchar(
char
character);
11
12
#include "../../deps/printf/printf.h"
Generated by
1.12.0