aboutsummaryrefslogtreecommitdiff
path: root/samples/C/hello.h
blob: f19e5d3b8884a20016e89801e0b091b563b09f97 (plain)
1
2
3
4
5
6
#ifndef HELLO_H
#define HELLO_H

void hello();

#endif