|
sscript
1.16
About: a networking scripting language to create quickly networking-oriented programs
Fossies Dox: sscript-1.16.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |

Go to the source code of this file.
Macros | |
| #define | strchr index |
| #define | strrchr rindex |
| #define | memcpy(d, s, n) bcopy ((s), (d), (n)) |
Functions | |
| char * | strchr () |
| char * | strrchr () |
Definition at line 16 of file useconfig.h.
Referenced by darray_delete(), Darray_find(), listen_select(), multilisten(), redir(), resolve(), and timeread().
| #define strchr index |
Definition at line 11 of file useconfig.h.
| #define strrchr rindex |
Definition at line 12 of file useconfig.h.
| char* strchr | ( | ) |
Referenced by getargs(), getargs(), getargs(), main(), xlate_string(), and xlate_string().
| char * strrchr | ( | ) |