minitest.zip

时间:2023-04-16 03:36:08
【文件属性】:

文件名称:minitest.zip

文件大小:355KB

文件格式:ZIP

更新时间:2023-04-16 03:36:08

linux

[root@Lrw888 local]# tree -L 2 minitest/ minitest/ ├── build.sh ├── include │   ├── hwclientcomm.h │   ├── hwclientplat.h │   └── pbasetype.h ├── lib │   ├── libclientcomm.a │   └── libframe.a ├── release │   └── helloword └── src ├── main.c └── Makefile


【文件预览】:
minitest
----build.sh(58B)
----include()
--------pbasetype.h(428B)
--------hwclientcomm.h(2KB)
--------hwclientplat.h(890B)
----src()
--------main.c(1003B)
--------main.o(6KB)
--------helloword(166KB)
--------Makefile(496B)
----release()
--------helloword(166KB)
----lib()
--------libclientcomm.a(537KB)
--------libframe.a(158KB)

网友评论