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)  

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
useconfig.h File Reference
This graph shows which files directly or indirectly include this file:

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 ()
 

Macro Definition Documentation

#define memcpy (   d,
  s,
  n 
)    bcopy ((s), (d), (n))
#define strchr   index

Definition at line 11 of file useconfig.h.

#define strrchr   rindex

Definition at line 12 of file useconfig.h.

Function Documentation

char* strchr ( )
char * strrchr ( )