1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-05-29 08:48:15 +02:00
CovidBracelet/include/io.h
2022-05-25 20:26:38 +02:00

14 lines
180 B
C

/* io.h - Application main entry point */
/*
* Copyright (c) 2020 Olaf Landsiedel
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef IO_H
#define IO_H
int init_io();
#endif