?? osapi-os-net.h
字號(hào):
/*** File: osapi-os-net.h**** Author: Alan Cudmore Code 582**** Purpose: Contains functions prototype definitions and variables declarations** for the OS Abstraction Layer, Network Module**** $Revision: 1.4 $ **** $Date: 2005/06/07 16:49:31 $**** $Log: osapi-os-net.h,v $** Revision 1.4 2005/06/07 16:49:31 nyanchik** changed returns code for osapi.c to all int32 from uint32**** Revision 1.3 2005/03/22 19:04:54 acudmore** fixed uint type**** Revision 1.2 2005/03/22 18:59:33 acudmore** updated prototype**** Revision 1.1 2005/03/22 18:58:51 acudmore** added osapi network interface**** Revision 1.1 2005/03/15 18:26:32 nyanchik** *** empty log message ********* Date Written:**** */#ifndef _osapi_network_#define _osapi_network_int32 OS_NetworkGetID (void);int32 OS_NetworkGetHostName (char *host_name, uint32 name_len);#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -