readme
来自「这是我们参加06年全国开源软件的竞赛作品」· 代码 · 共 19 行
TXT
19 行
Here is a road map of the CML sources: src/core-cml this contains the implementation of the CML features such as threads, channels, events, etc. src/glue this contains code to glue the various CML parts together. src/OS this contains a CML interface to the SML Basis OS API. src/IO this contains a CML interface to the SML Basis IO API. src/Posix this contains a CML interface to the Posix 1003.1a binding defined in the SML Basis. [not yet implemented] src/Sockets this contains a CML interface to the SML Basis sockets API. src/Unix this contains a CML implementation of various Unix specific modules --- both internal and external.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?