client.h

来自「vxworks 下的网络程序源码 包括」· C头文件 代码 · 共 23 行

H
23
字号
/* client.h - UDP client header file */  /* Copyright 1984-1997 Wind River Systems, Inc. */  /* modification history -------------------- 01b,06nov97,mm   added copyright. 01a,10feb94,ms   cleaned up for VxDemo. */  /* client executes on UNIX side */  #define SERVER_INET_ADDR "147.11.41.154"  /* VxWorks target inet address */ #define REPLY_MSG_SIZE (500)  /* for VxWorks look alike code */  #define ERROR (-1) #define TRUE (1) #define FALSE (0) 

⌨️ 快捷键说明

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