libFoo/foo.h
2026-01-31 18:08:02 -08:00

7 lines
158 B
C

#ifndef FOO_H
#define FOO_H
double rectangle_perimeter(double width, double height);
double rectangle_area(double width, double height);
#endif /* FOO_H */