Skip to content

Commit

Permalink
Přidá paměťové třídy (#31)
Browse files Browse the repository at this point in the history
Přidá paměťové třídy
  • Loading branch information
Majkl-J authored Nov 28, 2024
1 parent 665a514 commit 9590a48
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions czech.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,23 @@
#define ncel32_t uint32_t
#define ncel64_t uint64_t

// paměťové třídy
#define stálý static
#define stálá static
#define stálé static
#define rejstřík register
#define vnější extern
#define samočinný auto
#define samočinná auto
#define samočinné auto
#define automatický auto
#define automatická auto
#define automatické auto
#define automobil auto
#define samoodvozený auto
#define samoodvozená auto
#define samoodvozené auto

// kvalifikátory typu
#define konst const
#define konstantní const
Expand Down Expand Up @@ -105,9 +122,6 @@
// ostatní klíčová slova
#define vrať return
#define navrať return
#define stálý static
#define stálá static
#define stálé static
#define jdido goto
#define velikost(x) sizeof(x)

Expand Down

0 comments on commit 9590a48

Please sign in to comment.