]> git.llucax.com Git - software/makeit.git/blob - lib1/lib1.c
Make internal $V flag to store @ when pretty printing
[software/makeit.git] / lib1 / lib1.c
1
2 #include "lib1.h"
3 #include <stdio.h>
4
5 void lib1(void)
6 {
7         printf("lib1()\n");
8 }
9