summaryrefslogtreecommitdiff
path: root/lab_6/unity/src/foo.h
blob: fcc0656dfed9f2a95ae3b77dbd41a501a174594a (plain) (blame)
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