10 lines
115 B
C
10 lines
115 B
C
|
/*源文件*/
|
||
|
#include <stdio.h>
|
||
|
#include "fun0.h"
|
||
|
|
||
|
void fun0_printf(void)
|
||
|
{
|
||
|
printf("Call \'fun0\'. \r\n");
|
||
|
}
|
||
|
|