📄 readme
字号:
This directory contains two very simple VxWorks demonstration programs."demo.c" is a simple function that prints its task id and name and its startup parameter."client.c" is the client side of a simple client/server program that runson VxWorks. To rebuild "demo.c" and "client.c" simply type: % make CPU=<CPU_TYPE> eg: % make CPU=SPARCThis will install the VxWorks objects "demo.o" and "client.o" in the$WIND_BASE/target/lib/objSPARCgnutest/ directory.To rebuilt the server programs that runs on Unix do: % cc server.c -o serverNOTE: server.c is not available on WIN32 platform.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -