stfnpt.h

来自「vxworks 6.x 的全部头文件」· C头文件 代码 · 共 28 行

H
28
字号
/* stfNpt.h - 6to4 Pseudo-NPT Driver header *//* Copyright 2003 Wind River Systems, Inc. *//*modification history--------------------01a,20mar03,kal  written*/#ifndef __INCstfNpth#define __INCstfNpth#ifdef __cplusplusextern "C" {#endif#if defined(__STDC__) || defined(__cplusplus)IMPORT END_OBJ * stfLoad (char * initString, void * pBsp);#elseIMPORT END_OBJ * stfLoad ();#endif /* defined(__STDC__) || defined(__cplusplus) */#ifdef __cplusplus}#endif#endif /* __INCstfNpth */

⌨️ 快捷键说明

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