Skip to content
Permalink
c20a9eb6ab
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (11 sloc) 226 Bytes
#ifndef Squ_H
#define Squ_H
#include <string>
#include <stdio.h>
#include <stdlib.h>
#include <sqlite3.h>
#include <iostream>
extern std::string Data[19];
extern int x;
int Sql_Qu(int argc, char* argv[], char *sql);
#endif