📁Order模块
搭建储存和操作订单信息的底层数据结构
当前进度
.---+- include -+- tools -+- color.h
| | +- hint.h
| | +- info.h
| |
| +- user -+- user.h
| |
| +- good -+- good.h
| |
| +- order -+- order.h <---
| |
| +- config.h <---
|
+- src -+- tools -+- color.c
| +- hint.c
| +- info.c
|
+- data -+- id.txt
| +- user.txt
| +- good.txt
| +- order.txt <---
|
+- user -+- user.c
|
+- good -+- good.c
|
+- order -+- order.c <---
|
+- main.c模块头文件接口设计
模块源文件实现
最后更新于