Advanced Distributed Systems module at HSLU
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
259 B

/*
* Copyright (c) 2021-2022, Erich Styger
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef CAR_HH_
#define CAR_HH_
#ifdef __cplusplus
extern "C" {
#endif
void CAR_Test(void);
void CAR_Exit(void);
#ifdef __cplusplus
}
#endif
#endif /* CAR_HH_ */