diff --git a/0x18-dynamic_libraries/README.md b/0x18-dynamic_libraries/README.md index 113bd0b..ae006ac 100644 --- a/0x18-dynamic_libraries/README.md +++ b/0x18-dynamic_libraries/README.md @@ -1 +1,9 @@ -i will update this later +# 0x18. C - Dynamic libraries + + +### General + +- What is a dynamic library, how does it work, how to create one, and how to use it +- What is the environment variable `$LD_LIBRARY_PATH` and how to use it +- What are the differences between static and shared libraries +- Basic usage `nm`, `ldd`, `ldconfig`