#pragma once char* copy_buf(char *buf,int len); char* copy_str(char *str); void str_toupper(char *str);