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