commit c971a551fb6861ce02a720dd08fbd0fe7bd3ce5f parent 4eb01652155e99035b4443c30648e9d5fe2b0748 Author: Remy Noulin <loader2x@gmail.com> Date: Sat, 3 Feb 2018 10:51:25 +0100 add comment main.c | 1 + 1 file changed, 1 insertion(+) Diffstat:
| M | main.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/main.c b/main.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <inttypes.h> +// element type for the myDynt dynamic array typedef struct { uint32_t a,b; } elementt;