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
9
helpers/elf-linkage/testing/multi/multia.c
Normal file
9
helpers/elf-linkage/testing/multi/multia.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <stdio.h>
|
||||
void conflict();
|
||||
void usec();
|
||||
void useb();
|
||||
int main() {
|
||||
usec();
|
||||
useb();
|
||||
conflict();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue