?? view1
字號(hào):
#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 ftest(* pDrvCtrl)
{
int a, b, c ;
BDMARXCON bdmaRxCon ;
printf("BDMARXCON\r", *(UINT32 *)SNDS_BDMARXCON);
a = 12 ;
b = 12 ;
c = a+b ;
printf("int C result %d ", c) ;
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -