Skip to content
Snippets Groups Projects
Commit 71f22dfa authored by yassin.elhakoun's avatar yassin.elhakoun
Browse files

Update structs.md (unsinged int changé en unsigned int)

parent dabf5f15
Branches
No related tags found
4 merge requests!8Update allocation_dynamique.md (type de retour de initialize_to était déclaré...,!7Yassin.elhakoun master patch 37193,!6Yassin.elhakoun master patch 97182,!5Update structs.md (unsinged int changé en unsigned int)
...@@ -59,7 +59,7 @@ struct fraction frac; // déclaration de frac ...@@ -59,7 +59,7 @@ struct fraction frac; // déclaration de frac
- `typedef`{.C} permet de définir un nouveau type. - `typedef`{.C} permet de définir un nouveau type.
```C ```C
typedef unsinged int uint; typedef unsigned int uint;
typedef struct fraction fraction_t; typedef struct fraction fraction_t;
typedef struct fraction { typedef struct fraction {
int32_t num, denom; int32_t num, denom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment