main.cce

来自「PIC16f886单片机操作DS1302的程序+proteus仿真文件!实物通过」· CCE 代码 · 共 21 行

CCE
21
字号
Advisory[1207]   : some of the command line options you are using are now obsolete
Advisory[1208]   : use --help option or refer to the user manual for option details
Warning[176] D:\PROGRAM\ds1302_pic\main.c 355 : missing newline
Warning[340] D:\PROGRAM\ds1302_pic\main.c 22 : string not terminated by null character.
Warning[349] D:\PROGRAM\ds1302_pic\main.c 55 : non-prototyped function declaration for "lcd_init"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 71 : non-prototyped function declaration for "io_init"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 96 : non-prototyped function declaration for "read_byte"
Warning[343] D:\PROGRAM\ds1302_pic\main.c 139 : implicit return at end of non-void function
Warning[349] D:\PROGRAM\ds1302_pic\main.c 142 : non-prototyped function declaration for "read_time"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 153 : non-prototyped function declaration for "num_change"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 165 : non-prototyped function declaration for "show_time"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 249 : non-prototyped function declaration for "show_realtime"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 256 : non-prototyped function declaration for "tmr1_init"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 269 : non-prototyped function declaration for ""
Warning[349] D:\PROGRAM\ds1302_pic\main.c 269 : non-prototyped function declaration for "tmr1"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 285 : non-prototyped function declaration for "protect_change"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 300 : non-prototyped function declaration for "time_init"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 315 : non-prototyped function declaration for "read_times"
Warning[349] D:\PROGRAM\ds1302_pic\main.c 330 : non-prototyped function declaration for "show_realtimes"
Warning[337] D:\PROGRAM\ds1302_pic\main.c 354 : line does not have a newline on the end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?