问题: Given a string, write a routine that converts the string to a long, without using the built in functions that would do this. Describe what (if any) limitations the code has. 代码: /* * Author: Min Li * Discussion: * 1. Return 0 when input is not va…