第十章完结
This commit is contained in:
13
Chapter10/testmake/main.c
Normal file
13
Chapter10/testmake/main.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "tool1.h"
|
||||
#include "tool2.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
mytool1();
|
||||
mytool2();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user