osapi-os-net.h

来自「osal for Vxworks,c code」· C头文件 代码 · 共 41 行

H
41
字号
/*** 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?