mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 10:33:20 +02:00
Replace stdio.h and stdarg.h with C++ versions
This commit is contained in:
+3
-3
@@ -20,10 +20,10 @@
|
||||
|
||||
#include "config_build.h"
|
||||
#include "verilatedos.h"
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user