Added missing description for printcoordinate()

This commit is contained in:
2018-04-25 05:06:09 -07:00
parent 012abafa27
commit 295b826e36

View File

@ -27,7 +27,8 @@ Functions
Can not be NULL.
void printcoordinate(struct Coordinate*, unsigned int);
Show a specified quantity of Coordinates.
input:
pointer to array of Coordinates.
Can not be NULL.