Squashed 'external/ELFIO/' content from commit 94f7706
git-subtree-dir: external/ELFIO git-subtree-split: 94f7706b5325b2ad9872e4481278278592cf86c9
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void print_hello_world_v1() { printf( "hello v1" ); }
|
||||
|
||||
void print_hello_world_v2() { printf( "hello v2" ); }
|
||||
Reference in New Issue
Block a user