Skip to content

time.h functions not available on Windows #1245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pie-flavor opened this issue Feb 7, 2019 · 1 comment
Open

time.h functions not available on Windows #1245

pie-flavor opened this issue Feb 7, 2019 · 1 comment
Labels
C-API-request Category: API request E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. O-windows
Milestone

Comments

@pie-flavor
Copy link

time, localtime, etc. are only available on Unix even though Windows has them.

@gnzlbg gnzlbg added C-bug Category: bug C-API-request Category: API request and removed C-bug Category: bug labels Feb 7, 2019
@tgross35 tgross35 added this to the 1.x milestone Aug 29, 2024
@tgross35 tgross35 added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. and removed help wanted labels Aug 29, 2024
@arihant2math
Copy link
Contributor

I've extracted time.h (from the x86-64 sdk) here: https://gist.github.com/arihant2math/9166f942d2caf964acd7eb587e0030e7

It's not easy to find all the functions from the microsoft docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-API-request Category: API request E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. O-windows
Projects
None yet
Development

No branches or pull requests

4 participants