On 12/20/20 9:09 PM, C Linus Hicks wrote:
On Sun, 2020-12-20 at 20:39 -0800, ToddAndMargo via users wrote:
Hi Cameron,
This is my fault for not being clear enough.
I can't use a "C" (time.h) library for what
I am doing.
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.
Thank you you anyway! Much appreciated.
-T
This still isn't clear. Is there some reason why you can't or don't want to 'use a "C" (time.h)
library'?
Saying that you want to use something like /usr/lib64/libxxxx.so.x would suggest you have some idea
about using a library that isn't a standard part of the base distribution, in which case you need to
install that specific software on your system and know how to make the appropriate call.
C. Linus Hicks
Hi C,
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. I suppose if I understood C better, I could
root around in time.c and find where time.c call
the system.
-T
_______________________________________________
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