Remove ambiguous c header example

This commit is contained in:
Joshua Peek
2012-06-19 16:26:39 -05:00
parent fcd8c089dc
commit 4ea1e8aece

View File

@@ -1,6 +0,0 @@
#ifndef HELLO_H
#define HELLO_H
void hello();
#endif