关于单片机定义子函数的返回值问题

2019-04-15 12:25发布

int my_strlen(char *string)
{
    int len = 0;
    while (*string != '