mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-16 05:15:01 +01:00
link lonk
This commit is contained in:
parent
d370bf2b2e
commit
a3db9d1b07
21 changed files with 325 additions and 0 deletions
6
helpers/elf-linkage/testing/multi/multib.c
Normal file
6
helpers/elf-linkage/testing/multi/multib.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
__attribute__((weak))
|
||||
void conflict() {
|
||||
puts("b");
|
||||
}
|
||||
void useb(){}
|
||||
Loading…
Add table
Add a link
Reference in a new issue