pushregistry.h
来自「用于移动设备上的java虚拟机源代码」· C头文件 代码 · 共 22 行
H
22 行
/* * @(#)pushregistry.h 1.7 02/09/03 @(#) * * Copyright (c) 2002 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */#ifndef _PUSHREGISTRY_H#define _PUSHREGISTRY_Hint pusheddatagram (int fd, int *ip, int * port, char * buf, int len);int pushcheckoutaccept(int fd);int pushcheckout(char* protocol, int port, char *store);int pushcheckin(int fd);void pushcheckinall();void pushopen();void pushclose();#endif /* _PUSHREGISTRY_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?