Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/yabause/src/dreamcast/localtime.h
2 views
1
/* internal_localtime_r() function declaration, included by smpc.c */
2
3
extern struct tm * internal_localtime_r(const time_t * tim_p, struct tm *res);
4
5