-
Cedric Roux authored
We declare variables in header files, we don't define them. So we need to use 'extern' in the header file and put the definition in some C file.
2f5bf07b
We declare variables in header files, we don't define them. So we need to use 'extern' in the header file and put the definition in some C file.