String.h: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Fripp (discussione | contributi)
Nessun oggetto della modifica
Fripp (discussione | contributi)
Riga 23:
 
==Funzioni==
 
<!--
{| class="wikitable"
|-
Riga 61:
|Confronta al massimo ''n'' caratteri della stringa ''s1'' con ''s2''.
|-
<!--
|<code>int [[strcoll]](const char *, const char *);</code>
|compares two strings using the current [[locale]]'s [[collating order]]
|-
-->
|<code>char *[[strcpy]](char *s1, const char *s2);</code>
|Copia la stringa ''s2'' nella stringa ''s1'', incluso il carattere di terminazione ''\0''.
Line 76 ⟶ 78:
|Restituisce la lunghezza della stringa ''s''.
|-
|}
<!--
|<code>size_t [[strspn]](const char *s, const char *accept);</code>
|determines the length of the maximal initial substring of s consisting entirely of characters in accept
Line 94 ⟶ 98:
|transforms src into a collating form, such that the numerical sort order of the transformed string is equivalent to the collating order of src.
|}
 
 
===Extensions to ISO C===