test.c
上传用户:ske666
上传日期:2022-03-30
资源大小:371k
文件大小:0k
源码类别:

VxWorks

开发平台:

Objective-C

  1. #include "vxWorks.h"
  2. #include "stdlib.h"
  3. #include "logLib.h"
  4. #include "stdio.h"
  5. #include "sysLib.h"
  6. void TEST()
  7. {
  8. printf("hahan");
  9.   logMsg("Test come here!!!n",0,0,0,0,0,0);
  10. }