only import one function from library in c++ code example
Example: c++ how to import only one function
it is not possible in C or C++
If it's your own library you can split the library into smaller
and import the one you want.
If the library is not yours and/or you cannot change it you have to import it all