1 2 3 4 5 6 7 8 9
#ifndef _FOO_H #define _FOO_H #include <stdint.h> // Function prototype. uint16_t squareNumber (uint8_t numberToBeSquared); #endif // _FOO_H