V
Valentin Tihomirov
I have a .c file with a general code. It can be compiled with different
constants for different applications. For example
char a[BYTE_SIZE];
where BYTE_SIZE is a constant defined in an external (.h?) file.
constants for different applications. For example
char a[BYTE_SIZE];
where BYTE_SIZE is a constant defined in an external (.h?) file.