]> git.llucax.com Git - software/makeit.git/blob - example/subproj/otherproj.c
Add Boost Software License Version 1.0 as LICENSE
[software/makeit.git] / example / subproj / otherproj.c
1
2 #include "otherproj.h"
3 #include <stdio.h>
4
5 void otherproj(void)
6 {
7         printf("otherproj()\n");
8 }
9