src/pylib/pyconfig/bootstrap_hash

Search:
Group by:
Source   Edit  

Lets

SYS_getrandom {.importc, header: "<sys/syscall.h>".}: clong
Source   Edit  

Consts

have_getrandom = true
Source   Edit  
py_getrandom = true
Source   Edit  

Procs

proc syscall(n: clong): clong {.importc: "syscall", varargs, header: """#include <unistd.h>
    #include <sys/syscall.h>""",
                                ...raises: [], tags: [], forbids: [].}
Source   Edit