aboutsummaryrefslogtreecommitdiff
path: root/notes.md
blob: b7a6116e4eb00d6d265f52ed63ca163d3dfd575d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# presentation software
sent - Simple plaintext presentation tool.
https://tools.suckless.org/sent/

# glibc version
ldd --version

# glibc source
git://sourceware.org/git/glibc.git

# compile as shared object
gcc -fPIC -c strcmp.c -o strcmp.o
gcc -shared -o strcmp.so strcmp.o