Documentation
1
2
3
4
5
6
7
# Use dynamic library functions

Compile with:

```shell
gcc -rdynamic -o prog2r.bin dll.c -ldl
```