path_copy(ind, srcid)
Jump to navigation
Jump to search
Description
Copies the path from the given path source to the given path index.
Parameters
Parameter | Data Type | Description |
---|---|---|
ind | unsigned | index of the path |
srcid | unsigned | index of the source path |
Return Values
void: This function does not return anything.
Example Call
// demonstrates copying a path into another path
path_copy(mypath, srcpath);