eris/golden-files/results/uncrustify-hello_h

7 lines
519 B
Text
Raw Normal View History

2016-02-08 21:55:22 +00:00
#ifndef HELLO_H
#define HELLO_H
void hello();
#endif