We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have created a library for some functions for.ex add(a,b)and div(a,b) and so on I am calling this my.lib library in main.c in another project.But before direct access to this library from main.c file ,I want to provide some encryption so that this library can be read after the permission of developer. please help how do i do?