#ifndef _STRING_H_ #define _STRING_H_ int c2i(char *prt); int h2i(char * h); void c2anim(char *line); #endif