auto_bus/include/example.h

12 lines
187 B
C
Raw Normal View History

2022-04-29 10:37:33 +08:00
//
// Created by ricardo on 2022/4/29.
//
#ifndef AUTO_PILOT_BUS_EXAMPLE_H
#define AUTO_PILOT_BUS_EXAMPLE_H
#include "stdio.h"
void print(char* str);
#endif //AUTO_PILOT_BUS_EXAMPLE_H