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 "example2.h"
|
|
#include <stdio.h>
|
|
void example2()
|
|
{
|
|
printf("example2\n");
|
|
}
|