debugged\nadded return key action
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "mainwindow.h"
|
||||
#include <array>
|
||||
|
||||
using namespace std;
|
||||
|
||||
const vector<string> explode(const string& s, const char& c, int n = 0);
|
||||
const vector<string> explode(const string& s, const char& c, int n);
|
||||
|
||||
FILE * popen2(array<string, 7> argv, string type, int & pid);
|
||||
|
||||
int pclose2(FILE * fp, pid_t pid);
|
||||
|
||||
#endif // TOOLS_H
|
||||
|
||||
Reference in New Issue
Block a user