Files
csope/test/dummy_project/h.h

7 lines
57 B
C

#ifndef H_H
#define H_H
extern double h(int i);
#endif