[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[S8FFI] ForeignFunction

SwikiCodeRobot @> #testS8FFIForeignFunction

"User ID of the calling process"
| lib |
lib := S8FFI current library: nil functions: #getuid -> #(int #()).
self print: 'User ID of the calling process = ' ,lib handle getuid.


Reference