Files
ircolib/external/ELFIO/tests/elf_examples/version_d.cpp
T

5 lines
128 B
C++

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