Skip to content

Commit

Permalink
přidáno realloc - znovu přiděl
Browse files Browse the repository at this point in the history
  • Loading branch information
adyos7498 authored and Toaster192 committed Nov 28, 2024
1 parent c6c4cd5 commit d6a708c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions czech.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
// <stdlib.h> - <spnkni.h>
#define ppřiděl(x) malloc(x) // paměť přiděl
#define čpřiděl(x, y) calloc(x, y) // čistou paměť přiděl
#define znpřiděl(x, y) realloc(x, y) // znovu paměť přiděl
#define osvoboď(x) free(x)

#define řnač(x) atoi(x) // řetězec na číslo
Expand Down

0 comments on commit d6a708c

Please sign in to comment.