mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-22 23:14:45 +00:00
fix parameter info for diff_clock
(cherry picked from commit e930704a3d9333490910c86352624759442c0907)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user