mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-16 01:45:02 +01:00
move submodules in-tree
This commit is contained in:
parent
57c4a239da
commit
830045ee2f
238 changed files with 41955 additions and 187 deletions
9
blog/helpers/elf-linkage/testing/multi/multia.c
Normal file
9
blog/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