Skip to content

biscuitehh/clibbsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ClibBSD

C module map for libBSD

How to build

Linux

Install libbsd-dev using apt-get

$ sudo apt-get install libbsd-dev

Example

#if os(Linux)
	import ClibBSD
#endif

let random = arc4random()
print("arc4random: \(random)")