Question
how to create library and hide its symbols
Posted on May 17, 2016 at 16:56
Hi All.
When using the STM 32f407 board.I want to create a library at keil uvision,based purely ANSI C.i just want the user to have an api h file and the library ,when i want all the library functions and variables (and code...) to be hidden.I created the library project and still i see the variables and function.I want this library and h file to be used by other projects at keil uvision.Thanks