仓库提交练习
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
2.0 KiB

3 weeks ago
/******************************************************************************
(C), 2018-2099, Radkil
******************************************************************************
: paint.c
: 稿
: radkil
: 2026415
:
:
:
1. : 2026415
: radkil
:
******************************************************************************/
#include "robot.h"
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
/*----------------------------------------------*
* *
*----------------------------------------------*/
void PaintStrong(void)
{
// 用于强符号覆盖的锚点
}
int PaintInit(void)
{
printf("This paint robot.\n");
return RB_SUCCESS;
}
void PaintWork(void)
{
printf("This paint work.\n");
}
int PaintGetParam(void)
{
printf("This paint get param.\n");
return 0;
}