第十章完结
This commit is contained in:
9
Chapter10/testmake/tool2.c
Normal file
9
Chapter10/testmake/tool2.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "tool2.h"
|
||||
|
||||
void mytool2(void)
|
||||
{
|
||||
printf("tool2 print\n");
|
||||
}
|
||||
Reference in New Issue
Block a user