sprintf added, terminal colors
small code fixes and rearangements
This commit is contained in:
12
clib/printf.h
Normal file
12
clib/printf.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "../ml.h"
|
||||
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
std::string mini_sprintf(const std::string &format_str, const std::vector<MlValue> ¶meters);
|
||||
Reference in New Issue
Block a user