Introduce CWRAP (#3204)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 10 Apr 2019 08:02:02 +0000 (17:02 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 10 Apr 2019 08:02:02 +0000 (17:02 +0900)
commit8a380fe95ac678bee55052fe926494fca6e7c88f
tree7a3833212f6ec852139f39d4305ee8c51f712573
parentb63cb331af44214c5290a96ff864e81cdf6fcbae
Introduce CWRAP (#3204)

This commit introduces CWRAP which provides a collection of C++ wrapers
for POSIX C API.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/cwrap/.FORMATCHECKED [new file with mode: 0644]
contrib/cwrap/CMakeLists.txt [new file with mode: 0644]
contrib/cwrap/README.md [new file with mode: 0644]
contrib/cwrap/include/cwrap/Fildes.h [new file with mode: 0644]
contrib/cwrap/src/Fildes.cpp [new file with mode: 0644]
contrib/cwrap/src/Fildes.test.cpp [new file with mode: 0644]