Raku: Time and NativeCall

后端 未结 0 1594
梦毁少年i
梦毁少年i 2020-12-21 08:29

How would I convert this over to Raku\'s Native Call?

#include
#include

void main()
{
    time_t t;
    time(&t);
    printf         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题