Skip to content

Instantly share code, notes, and snippets.

@uraimo
Created July 2, 2019 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uraimo/b293dc3e74fa45db9d73e4fe665cef81 to your computer and use it in GitHub Desktop.
Save uraimo/b293dc3e74fa45db9d73e4fe665cef81 to your computer and use it in GitHub Desktop.
Check if a function is defined in the global namespace in Swift
guard dlsym(nil,"iDontExistOnThisPlatformSorry") != nil else {print("Doesn't exist!");exit(0)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment