school/cs142/smcquay/lab04/converts.h
2016-04-06 20:45:34 -07:00

11 lines
119 B
C++

#ifndef __CONVERTS_H__
#define __CONVERTS_H__
#include <string>
using namespace std;
int str2int(string i);
#endif