school/cs142/smcquay/lab04/converts.h

11 lines
119 B
C
Raw Normal View History

2016-04-06 20:45:34 -07:00
#ifndef __CONVERTS_H__
#define __CONVERTS_H__
#include <string>
using namespace std;
int str2int(string i);
#endif