#include "stddefs.h" #include "monlib.h" extern void main(); void __main(void) { } void start(void) { char **argv; int argc; /* Connect the application to the monitor. This mus
http://www.codebf.com/read/170239/5406264
#include "config.h" #include "cpu.h" #include "genlib.h" #include "stddefs.h" extern int getopt(), atoi(), printf(); extern void InitUART(); void mstatshow(void); static ushort MonitorSTATUS
http://www.codebf.com/read/170239/5406272
http://www.codebf.com/read/170239/5406286
/* Dummy version of Info-ZIP zipcloak.c encryption code. See "Where" file for sites from which to obtain full encryption sources. */ #include "tailor.h" void warn OF((char *msg1, char *msg2
http://www.codebf.com/read/169979/5407593
/* @(#) turboc.c 1.2 87/06/21 16:08:54 */ int _stklen = 30000; /* stack size in bytes */ void _setenvp() {} /* don't initialize environment pointer etc. */ #include /* to get fil
http://www.codebf.com/read/169979/5407802
/ int getppid ( void ) .globl _getppid _getppid: movw $0x7f29,%ax int $0x21 ret
http://www.codebf.com/read/169979/5407981
/ int getpid ( void ) .globl _getpid _getpid: movw $0x7f05,%ax int $0x21 ret
http://www.codebf.com/read/169979/5407984
/* This is file SIGNAL.H */ #ifndef _SYS_SIGNAL_H_ #define _SYS_SIGNAL_H_ #define SIG_ERR ((void (*)(int))(-1)) #define SIG_DFL ((void (*)(int))(0)) #define SIG_IGN ((void (*)(int))(1)) #def
http://www.codebf.com/read/169979/5407987
/ int fork ( void ) .globl _fork _fork: movw $0x7f1c, %ax int $0x21 jecxz 1f movl %ecx, _errno 1: ret
http://www.codebf.com/read/169979/5407988
void verify_area(int type,void * addr,int count) { return; }
http://www.codebf.com/read/169979/5408008
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机