优化了命名
This commit is contained in:
9
C10-Makefile/testmake/tool1.c
Normal file
9
C10-Makefile/testmake/tool1.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "tool1.h"
|
||||
|
||||
void mytool1(void)
|
||||
{
|
||||
printf("tool1 print\n");
|
||||
}
|
||||
Reference in New Issue
Block a user