Pages du manuel Linux : Fonctions des bibliothèques

stralloc_chop
remove and return last char
stralloc_copy
copy data into a stralloc
stralloc_copyb
copy data into a stralloc
stralloc_copym
copy string(s) to a stralloc
stralloc_copys
copy data into a stralloc
stralloc_diff
compare two strallocs
stralloc_diffs
check if string is prefix of stralloc
stralloc_free
free storage associated with a stralloc
stralloc_init
initialize a stralloc
stralloc_ready
provide space in a stralloc
stralloc_readyplus
provide space in a stralloc
stralloc_starts
check if string is prefix of stralloc
stralloc_zero
set length of stralloc to 0
stranaxfrm
make a string into canonical form for anagram comparison
strcasecmp
Comparer deux chaînes en ignorant les différences majuscules/minuscules.
strcasecmp
case-insensitive string comparisons
strcat
Concaténer deux chaînes.
strcat
concatenate two strings
strchange
replace beginning of string with beginning of another string
strchar.h
strchr
Rechercher un caractère dans une chaîne.
strchr
string scanning operation
strcins
insert a character at the beginning of a string
strcmp
Comparaison de deux chaînes.
strcmp
compare two strings
strcoll
Comparaison de deux chaînes suivant la localisation en cours.
strcoll
string comparison using collating information
strcon
estimate the reciprocal of the condition number of a triangular matrix A, in either the 1-norm or the infinity-norm
strcpy
Copier une chaîne.
strcpy
copy a string
strcspn
get the length of a complementary substring
strcstr
convert memory block to printable C string notation
strdel
delete characters from beginning of string
strdiff
locate first difference between two strings
strdup
Dupliquer une chaîne.
strdup
duplicate a string
Stream
Streams and parsers.
stream_open
stream_open, stream_read, stream_getline, stream_write, stream_close - cached I/O operations.
strend
return pointer to the terminating '\0' of a string
strendzap
remove pattern from end of str, if it is there
strerror
Obtenir le libellé d'un code d'erreur.
strerror
get error message string
strerror_r
See strerror.3posix
stretch_blit
Scales a rectangular area from one bitmap to another. Allegro game programming library.
stretch_sprite
Stretches a sprite to the destination bitmap. Allegro game programming library.
strevc
compute some or all of the right and/or left eigenvectors of a real upper quasi-triangular matrix T
strexc
reorder the real Schur factorization of a real matrix A = Q*T*Q**T, so that the diagonal block of T with row index IFST is moved to row ILST
strfmon
Convertir des valeurs monétaires en chaînes de caractères.
strfmon
convert monetary value to a string
strfry
Créer une anagramme d'une chaîne.