9 lines
113 B
C
9 lines
113 B
C
|
/*源文件*/
|
||
|
#include <stdio.h>
|
||
|
#include "fun1.h"
|
||
|
|
||
|
void fun1_printf(void)
|
||
|
{
|
||
|
printf("Call \'fun1\'.\r\n");
|
||
|
}
|