mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
Initial commit
This commit is contained in:
9
include/common.h
Normal file
9
include/common.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
void super_split(const std::string& s, std::vector<std::string>& v, const std::string& c);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user