Definition:
- Run C language and convert to Assembly Language
#include some_lib
means that it will scan the C file to see which functions from which lib are used, then find that from .h file
Search
Nov 22, 20241 min read
#include some_lib
means that it will scan the C file to see which functions from which lib are used, then find that from .h file