snRuntime/api/start_decls.h
Functions
Name | |
---|---|
void | snrt_exit(int exit_code) |
Functions Documentation
function snrt_exit
static inline void snrt_exit(
int exit_code
)
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
static inline void snrt_exit(int exit_code);
Updated on 2023-06-19 at 09:43:56 +0000