lddfile5.c 87 字节
Newer Older
M
m00302376 已提交
1 2 3 4 5
#include <stdio.h>
void file5(void)
{
	printf("Control in function %s\n", __func__);
}