Closed Konstantin8105 closed 3 years ago
Add test and implementation on Go for function time.h clock Description: https://en.cppreference.com/w/c/chrono/clock File for test code add : c4go/tests/time.c
Like example see #155
How to run test for that issue:
go test -v -tags=integration -run=TestIntegrationScripts/tests/time.c go test -v -run=TestCSTD
Add test and implementation on Go for function time.h clock Description: https://en.cppreference.com/w/c/chrono/clock File for test code add : c4go/tests/time.c