Skip to content

phantomfive/NOTRAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                 +--------+
                                 | NOTRAP |
                +----------------+--------+------------------+
                |         The OS Independence Layer          |
                | Freeing you from OS dependence since 2013! |
                +--------+-------------------------+---------+
                         | Be the best you can Be! |
                         +-------------------------+

Motivation: Since each OS has it's own set if idiosyncracies, incompatibilities,
and general unfriendliness, here we present a library to abstract all that
away.

For example, snprintf() returns a different value on Windows than on Linux.
How to deal with that situation? Call the NOTRAP version of snprintf(),
NTPsnprintf(), and you are guaranteed that it will return the same value on any 
platform. NTP stands for no trap.

About

An OS Independent layer for C. Write cross-platform compatible code with NOTRAP, it will never trap you on a platform!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published