第十章完结

This commit is contained in:
lzy
2024-04-13 18:12:27 +08:00
parent 431558b5e9
commit 51c29273f3
6 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
#include "tool1.h"
void mytool1(void)
{
printf("tool1 print\n");
}