]> git.llucax.com Git - software/makeit.git/blob - subproj/otherproj.c
Don't add extra spaces in abbr function
[software/makeit.git] / subproj / otherproj.c
1
2 #include "otherproj.h"
3 #include <stdio.h>
4
5 void otherproj(void)
6 {
7         printf("otherproj()\n");
8 }
9