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

Update cours_4.md

parent 7d11d4c7
No related branches found
No related tags found
3 merge requests!42Master,!41Yassin.elhakoun master patch 05149,!40Update cours_4.md
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
......@@ -788,7 +788,7 @@ struct fraction frac; // déclaration de la variable 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