Skip to content

Instantly share code, notes, and snippets.

@JRodez
Forked from ntsh-oni/franC.h
Last active October 28, 2023 19:35
Show Gist options
  • Save JRodez/ab1bb3160de6e43a94c668a4576458bc to your computer and use it in GitHub Desktop.
Save JRodez/ab1bb3160de6e43a94c668a4576458bc to your computer and use it in GitHub Desktop.
oc-C-itan
// Brancas
#define se if
#define senon else
#define far do
#define tantque while
#define per for
#define commutacion switch
#define cas case
#define defaut default
#define copar break
#define anara goto
// Tips usuals
#define entier int
#define flotant float
#define car char
#define cort short
#define signat signed
#define nonsignat unsigned
#define void void // étonnemment
// Mots-claus generals
#define verai true
#define fals false
#define tornar return
#define alinharsus alignas
#define alinharde alignof
#define extern extern
#define enfilar inline
#define puntairenul nullptr
#define enregistrar register
#define restrenher restrict
#define estatic static
#define afirmacion_estatica static_assert
#define local_al_fil thread_local
#define definitip typedef
#define tipde typeof
#define tipde_different typeof_unequal
#define talhade sizeof
// Noms de foncions
#define principala main
#define estamparf printf
#define escanerizarf scanf
@JRodez
Copy link
Author

JRodez commented Oct 28, 2023

Compreni pas perqué aquò es pas estat fach abans...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment