mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
fix parameter info for diff_clock
(cherry picked from commit e930704a3d9333490910c86352624759442c0907)
This commit is contained in:
parent
b60d68ac72
commit
313b39ab16
@ -449,7 +449,7 @@ void test3()
|
||||
* Convert clock cycle difference to time in seconds
|
||||
*
|
||||
* \param[in] start_t start clock
|
||||
* \param[in] start_t end clock
|
||||
* \param[in] end_t end clock
|
||||
* \returns time difference in seconds
|
||||
*/
|
||||
double get_clock_diff(clock_t start_t, clock_t end_t)
|
||||
|
Loading…
Reference in New Issue
Block a user