⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nanox_thread.c

📁 RMF-1.7.153.0-NODOLBY.tar.gz 神龙卡的驱动
💻 C
字号:
#include <pkgconf/system.h>     /* which packages are enabled/disabled */#ifdef CYGPKG_KERNEL# include <pkgconf/kernel.h>#endif#ifdef CYGPKG_LIBC# include <pkgconf/libc.h>#endif#ifdef CYGPKG_IO_SERIAL# include <pkgconf/io_serial.h>#endif#ifndef CYGFUN_KERNEL_API_C# error Kernel API must be enabled to build this application#endif#ifndef CYGPKG_LIBC_STDIO# error C library standard I/O must be enabled to build this application#endif#ifndef CYGPKG_IO_SERIAL_HALDIAG# error I/O HALDIAG pseudo-device driver must be enabled to build this application#endif/* INCLUDES */#include <stdio.h>                      /* printf */#include <stdlib.h>                      /* printf */#include <string.h>                     /* strlen */#include <cyg/kernel/kapi.h>            /* All the kernel specific stuff */#include <cyg/infra/diag.h>        #define MWINCLUDECOLORS#include "nano-X.h"//// Component interfaces//externC int nanox_main(int argc, char *argv[]);int nanox_thread(CYG_ADDRWORD data){    int argc = 0;    char **argv;    nanox_main(argc, argv);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -