Skip to content
Snippets Groups Projects
Commit 3b5420ed authored by orestis.malaspin's avatar orestis.malaspin
Browse files

minor correction

parent 49b114d8
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
```C
typedef unsinged int uint;
typedef struct complex complex_t;
typedef struct _complex {
typedef struct complex {
double re, im;
} complex_t;
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment