ELFIO/tests/elf_examples/version_d.cpp
2024-10-23 09:05:58 +03:00

5 lines
128 B
C++

#include <stdio.h>
void print_hello_world_v1() { printf( "hello v1" ); }
void print_hello_world_v2() { printf( "hello v2" ); }