mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
5 lines
128 B
C++
5 lines
128 B
C++
#include <stdio.h>
|
|
|
|
void print_hello_world_v1() { printf( "hello v1" ); }
|
|
|
|
void print_hello_world_v2() { printf( "hello v2" ); } |