Files
linguist/test/fixtures/blob/hello.h
2011-05-27 14:57:11 -05:00

7 lines
55 B
C

#ifndef HELLO_H
#define HELLO_H
void hello();
#endif