Merge commit 'a67f311330461cf90801a74fe351a4a80a5abb11' as 'external/ELFIO'
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