refactor: clang-tidy --fix modernize-deprecated-headers (#1980)

This commit is contained in:
Charles Kerr
2021-10-17 15:17:18 -05:00
committed by GitHub
parent 2bd2f0738e
commit 16e9a99fe9
30 changed files with 76 additions and 71 deletions

View File

@@ -6,9 +6,9 @@
*
*/
#include <stdarg.h>
#include <stdlib.h> /* abs(), srand(), rand() */
#include <string.h> /* memcpy(), memmove(), memset(), strcmp(), strlen() */
#include <cstdarg>
#include <cstdlib> /* abs(), srand(), rand() */
#include <cstring> /* memcpy(), memmove(), memset(), strcmp(), strlen() */
#include <arc4.h>