Advertisement
brandizzi

Foo Autoconf Project - foo.c

Jul 22nd, 2012
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.09 KB | None | 0 0
  1. #include "foo/foo.h"
  2.  
  3. #include <stdio.h>
  4.  
  5. void foo_print() {
  6.    printf("Foo!");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement