?? tsc.nc
字號:
// $Id: TSC.nc,v 1.1.2.2 2003/08/18 22:09:49 cssharp Exp $module TSC{ provides interface TS;}implementation{ // static consts to make the values easily accessible in the object code static const uint32_t unix_time = IDENT_UNIX_TIME; command result_t TS.get_timestamp(uint32_t* ts) { *ts = unix_time; return SUCCESS; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -