Skip to content

Passing UnsafeMutableRawPointers to/from C functions

Notifications You must be signed in to change notification settings

DavidSkrundz/PointerSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PointerSample

Example of using UnsafeMutableRawPointer to send/receive pointers from C functions.

Expected output

Init P: PARENT
Init C: CHILD
End: Parent Changed
End: ["Child Changed"]
End: Child Changed
Deinit P: Parent Changed
Deinit C: Child Changed

About

Passing UnsafeMutableRawPointers to/from C functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages