summaryrefslogtreecommitdiffstats
path: root/cmake-e/lib/ecmake.h
blob: f7f456fbd2e25a8a1f10c70250850695157765de (plain)
1
2
3
4
5
6
7
#ifndef ECMAKE_H
#define ECMAKE_H

int
hello_world();

#endif