auto_bus/lib/example.c

9 lines
112 B
C
Raw Normal View History

2022-04-29 10:37:33 +08:00
//
// Created by ricardo on 2022/4/29.
//
#include "example.h"
void print(char* str)
{
printf("%s", str);
}