?? view1.c
字號:
#include "vxWorks.h"
#include "sockLib.h"
#include "sys/socket.h"
#include "netinet/in.h"
#include "inetLib.h"
#include "iv.h"
#include "ioLib.h"
#include "string.h"
#include "stdio.h"
#include "taskLib.h"
#include "sched.h"
#include "semLib.h"
#include "sndsEnd.h"
void ftest1(pDrvCtrl)
{
int a, b, c ;
/*BDMARXCON bdmaRxCon ;*/
a = 12 ;
b = 12 ;
c = a+b ;
printf("ftest1 result %d ", c) ;
printf("BDMARXCON %08x\r", *(UINT32 *)SNDS_BDMARXCON);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -