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