C/Powszechne praktyki: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Pokolorowano kod
Linia 7:
 
<source lang="c">
==
struct string {
size_t size;
Linia 20 ⟶ 21:
}
return new_string;
} ==
 
</source>