ChorusOS man pages section 3STDC: Standard C Library Functions
    
S
 
 scandir -- scan a directory ( Index Term Link )
 
 scanf -- convert formatted input ( Index Term Link )
 
 setbuf -- assign buffering to a stream ( Index Term Link )
 
 setenv -- fetch and set environment variables ( Index Term Link )
 
 setjmp -- non-local goto ( Index Term Link )
 
 setstate -- better random number generator ( Index Term Link )
 
 setvbuf -- assign buffering to a stream ( Index Term Link )
 
 snprintf -- print formatted output ( Index Term Link )
 
 sprintf -- print formatted output ( Index Term Link )
 
 srand -- pseudo random number generator ( Index Term Link )
 
 srandom -- better random number generator ( Index Term Link )
 
 sscanf -- convert formatted input ( Index Term Link )
 
 stdarg -- variable argument lists ( Index Term Link )
 
 _stdc_assert -- expression verification macro ( Index Term Link )
 
 strcasecmp -- string operations ( Index Term Link )
 
 strcat -- string operations ( Index Term Link )
 
 strchr -- string operations ( Index Term Link )
 
 strcmp -- string operations ( Index Term Link )
 
 strcoll -- string operations ( Index Term Link )
 
 strcpy -- string operations ( Index Term Link )
 
 strcspn -- string operations ( Index Term Link )
 
 strdup -- string operations ( Index Term Link )
 
 strerror -- system error messages ( Index Term Link )
 
 strftime -- format date and time ( Index Term Link )
 
 string -- string operations ( Index Term Link )
 
 strlen -- string operations ( Index Term Link )
 
 strncasecmp -- string operations ( Index Term Link )
 
 strncat -- string operations ( Index Term Link )
 
 strncmp -- string operations ( Index Term Link )
 
 strncpy -- string operations ( Index Term Link )
 
 strpbrk -- string operations ( Index Term Link )
 
 strrchr -- string operations ( Index Term Link )
 
 strsep -- separate strings ( Index Term Link )
 
 strspn -- string operations ( Index Term Link )
 
 strstr -- string operations ( Index Term Link )
 
 strtod -- convert an ASCII string to a floating-point number ( Index Term Link )
 
 strtok -- string tokens ( Index Term Link )
 
 strtok_r -- string tokens reentrant ( Index Term Link )
 
 strtol -- convert string to integer ( Index Term Link )
 
 strtoul -- convert a string to an unsigned long or uquad_t integer ( Index Term Link )
 
 strxfrm -- transform a string under locale ( Index Term Link )
 
 swab -- swap adjacent bytes ( Index Term Link )
 
 sys_errlist -- system error messages ( Index Term Link )
 
 sys_nerr -- system error messages ( Index Term Link )