}
这是错误提示
compiling 小车程序.c...
小车程序.c(24): error C144: base^pos: invalid bit position
小车程序.c(130): error C244: 'sound': can't initialize, bad type or class
小车程序.c(130): error C132: 'sound': not in formal parameter list
小车程序.c(131): error C132: '_DelayMs': not in formal parameter list
小车程序.c(132): error C244: 'sound': can't initialize, bad type or class
小车程序.c(132): error C132: 'sound': not in formal parameter list
小车程序.c(136): error C132: 'Turn_left': not in formal parameter list
小车程序.c(136): error C141: syntax error near '{'
小车程序.c(137): error C136: 'IN1': 'void' on variable
小车程序.c(137): error C244: 'IN1': can't initialize, bad type or class
小车程序.c(137): error C136: 'IN1': 'void' on variable
小车程序.c(137): error C132: 'IN1': not in formal parameter list
小车程序.c(138): error C244: 'IN2': can't initialize, bad type or class
小车程序.c(138): error C132: 'IN2': not in formal parameter list
小车程序.c(139): error C244: 'IN3': can't initialize, bad type or class
小车程序.c(139): error C132: 'IN3': not in formal parameter list
小车程序.c(140): error C244: 'IN4': can't initialize, bad type or class
小车程序.c(140): error C132: 'IN4': not in formal parameter list
小车程序.c(141): error C141: syntax error near '}'
小车程序.c(171): error C141: syntax error near 'void'
小车程序.c(173): error C141: syntax error near 'void'
小车程序.c - 21 Error(s), 0 Warning(s).