On Sun, Dec 20, 2020 at 10:25:34PM -0800, ToddAndMargo via users wrote: > >>What I need is a call to something inside > >> /usr/lib64/libxxxx.so.x > >>And I do not know which one will give me the > >>time. > >I'm trying to understand more of what you're saying here. Why can't you use > >the standard library, but can use any apparently arbitrary other library? > I am using Raku's NativeCall. It only talks to .so's > and .dll's. > I could use time.h if I was programming in C, but I am not. So, /usr/lib64/libc.so.6? Also, depending on what you're doing, you might want "clock_gettime", from POSIX.1-2008. -- Matthew Miller <mattdm@xxxxxxxxxxxxxxxxx> Fedora Project Leader _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx