#C
Strict Types in C99
not really possible,
but use speaking types e.g. typedef uint8_t bool_t;
not really possible,
but use speaking types e.g. typedef uint8_t bool_t;
post topics:
Continue reading →
does not really exist in c
what to inject?
Continue reading →
extern
keyword
I just had the error src/main.c:46: multiple definition of '_led'
again. I figured the extern
keyword is coming for my rescue.
Continue reading →