Skip to content
Snippets Groups Projects

Yassin.elhakoun master patch 05149

Closed yassin.elhakoun requested to merge (removed):yassin.elhakoun-master-patch-05149 into master
2 files
+ 1261
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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;
Loading