I have a confusion between two B keywords.
The official B reference manual uses extrn
keyword, while Wikipedia and C use extern
.
As I don't know any good B compiler for x86, I can't spellcheck using a compiler.
So, what's the correct way of writing extern keyword in B - extern
or extrn
?