clens is a convenience library that aids in porting code from OpenBSD to different operating systems. Operating systems traditionally have different enough APIs that porting code is painful and can litter pretty code with ugly #ifdefs. In order to keep code readable and drastically reduce the number of #ifdefs needed, clens brings other APIs or missing functions into specific OS "focus".