format support lib

This commit is contained in:
Erik Frojdh
2020-05-05 10:07:19 +02:00
parent e599bb7c24
commit ea4044e4b1
38 changed files with 775 additions and 854 deletions

View File

@ -1,7 +1,7 @@
#pragma once
/*
UDP socket class to receive data. The intended use is in the
UDP socket class to receive data. The intended use is in the
receiver listener loop. Should be used RAII style...
*/