Skip to content
Snippets Groups Projects
Commit f53d9f31 authored by yassin.elhakoun's avatar yassin.elhakoun Committed by orestis.malaspin
Browse files

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

parent 1e3e45a0
Branches
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ struct fraction frac; // déclaration de frac
- `typedef`{.C} permet de définir un nouveau type.
```C
typedef unsinged int uint;
typedef unsigned int uint;
typedef struct fraction fraction_t;
typedef struct fraction {
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