mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Merge pull request #233 from y-gagar1n/master
Fixed typo in C spanish version adressed in #230
This commit is contained in:
commit
fc0ec0b55f
@ -284,7 +284,7 @@ for (xx=0; xx<20; xx++) {
|
|||||||
// impredecibles
|
// impredecibles
|
||||||
printf("%d\n", *(my_ptr + 21)); // => Prints who-knows-what?
|
printf("%d\n", *(my_ptr + 21)); // => Prints who-knows-what?
|
||||||
|
|
||||||
// Cuando hallas acabado con el bloque de memoría malloc, necesitas
|
// Cuando hayas acabado con el bloque de memoría malloc, necesitas
|
||||||
// liberarlo o sino nadie más podrá usarlo hasta que tu programa se cierre
|
// liberarlo o sino nadie más podrá usarlo hasta que tu programa se cierre
|
||||||
free(my_ptr);
|
free(my_ptr);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user