📄 readandwrite.c
字号:
#include"includes.h"
//we are developing on chip,so some records are stored on the ROM segment
//we need read them into RAM in some scenario
void ReadNeighborRecordIntoRAM(void *a,void *b)
{
printf("You read out the neighbor record!\n");
}
void WriteNeighborRecordIntoROM(void *a, void *b)
{
printf("You write the neighbor record into ROM!\n");
}
void WriteNeighborTableInfoIntoROM()
{
printf("You write the neighbor table information into ROM!\n");
}
void ReadRoutingEntryIntoRAM(void *a, void *b)
{
printf("You read out the routing entry information!\n");
}
BYTE * GetMACAddress()
{
BYTE *longAddress=NULL;
//殠貕鄷幰媍崫妅泿螘幏歜拵獢幫媤泿
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -