yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Cleanup: Modernize deprecated C library headers #157

Closed ol-imorozko closed 2 months ago

ol-imorozko commented 2 months ago

Some headers from C library were deprecated in C++ and are no longer welcome in C++ codebases. For more details refer to the C++14 Standard [depr.c.headers] section.

This commit replaces C standard library headers with their C++ alternatives