* `strtok_r` is not a standard function, and not available wiht std=c11 so I used a public domain implementation of it. * Added an attribute unit test
Now using modern CMake features as discussed by Daniel Pfeifer on C++Now 2017. Moreover a full build environment is defined by the provided [mini-cross](https://github.com/ooxi/mini-cross) description.