eris/golden-files/results/uncrustify-hello_h

6 lines
503 B
Text
Raw Normal View History

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