Skip to content
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

[libc] Implement ctime_s #110548

Open
zimirza opened this issue Sep 30, 2024 · 0 comments
Open

[libc] Implement ctime_s #110548

zimirza opened this issue Sep 30, 2024 · 0 comments
Labels

Comments

@zimirza
Copy link
Contributor

zimirza commented Sep 30, 2024

ctime and ctime_r are already implemented. It might be good to implement ctime_s. This is defined as the following:

int ctime_s(char *buf, size_t buf_size, const time_t *time);
@github-actions github-actions bot added the libc label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@zimirza and others