#C
C the 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 →
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 →
I had not yet heard of a type (not sure if it's a type?) in C called bit-fields, or at least I can't remember anymore. Let's look at one:
Continue reading →
Pharo - object-oriented programming language and a powerful environment
Continue reading →