Projects STRLCPY BananaPhone Commits 4a6cace9
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    pkg/BananaPhone/functions.go
    skipped 1 lines
    2 2   
    3 3  import (
    4 4   "unsafe"
     5 + "fmt"
    5 6  )
    6 7   
    7 8  //Syscall calls the system function specified by callid with n arguments. Works much the same as syscall.Syscall - return value is the call error code and optional error text. All args are uintptrs to make it easy.
    skipped 83 lines
Please wait...
Page is in error, reload to recover