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