mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
8 lines
88 B
C
8 lines
88 B
C
|
|
#include "example1.h"
|
|
#include <stdio.h>
|
|
void example1()
|
|
{
|
|
printf("example1\n");
|
|
}
|