7 lines
57 B
C
7 lines
57 B
C
#ifndef H_H
|
|
#define H_H
|
|
|
|
extern double h(int i);
|
|
|
|
#endif
|