mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Replace stdio.h and stdarg.h with C++ versions
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
//=========================================================================
|
||||
|
||||
#include "verilated.h"
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <cctype>
|
||||
|
||||
#define VL_VALUE_STRING_MAX_WIDTH 1024 ///< Max static char array for VL_VALUE_STRING
|
||||
|
||||
|
||||
Reference in New Issue
Block a user