⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 v1wrappers

📁 This Source-Navigator, an IDE for C/C++/Fortran/Java/Tcl/PHP/Python and a host of other languages.
💻
字号:
These calls are wrappers to preserve the error returns of V1, that is anegative return is the error code indicating what has gone wrong. sds_handle sds_define_object(sds_handle,struct type_list *,char *); sds_handle sds_declare_object(sds_handle, void *,                                               char *,sds_code,sds_code); sds_handle     sds_load_fd(int, unsigned long, int); int            write_sds2socket(int , sds_handle ); sds_handle     sds_dataset_size(sds_handle); int            read_socket2sds(int , int ); sds_handle     sds_duplicate(sds_handle, char *); sds_handle     sds_new_index(char *); sds_handle     sds_use(char *,sds_code, sds_code); sds_handle     sds_assemble(sds_handle,char *,sds_code); sds_handle     sds_obname2ind(sds_handle ,char *); sds_handle     sds_oblike2ind(sds_handle ,char *, sds_handle);Replaced in V2 alpha by .........................................Here, a return of 0 indicates failure of some sort; the error code may behad from sds_last_error() and the full error stack accessed by the errorcalls (see error documentation). sds_handle sds_define_structure(sds_handle,struct type_list *,char *); sds_handle sds_declare_structure(sds_handle, void *,                                               char *,sds_code,sds_code); sds_handle     sds_load_open_fd(int, unsigned long, int); sds_handle     sds_write2fd(int , sds_handle ); sds_handle     sds_fullsize(sds_handle); sds_handle     sds_read_open_fd(int); sds_handle     sds_dup(sds_handle, char *); sds_handle     sds_new(char *); sds_handle     sds_access(char *,sds_code, sds_code); sds_handle     sds_ass(sds_handle,char *,sds_code); sds_handle     sds_name2ind(sds_handle ,char *); sds_handle     sds_like2ind(sds_handle ,char *, sds_handle);

⌨️ 快捷键说明

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