d3f02e88c4da936295d559e1c0c70c9471b08189
[lttng-ust.git] / tests / unit / ust-elf / data / pic / libhello.c
1 #include <stdio.h>
2
3 void hello()
4 {
5 puts("hello, world");
6 }
This page took 0.02839 seconds and 3 git commands to generate.