mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
link lonk
This commit is contained in:
parent
d370bf2b2e
commit
a3db9d1b07
21 changed files with 325 additions and 0 deletions
4
helpers/elf-linkage/testing/a.c
Normal file
4
helpers/elf-linkage/testing/a.c
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
void dependency();
|
||||
int main() {
|
||||
dependency();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue