代码搜索:Mac 开发教程
找到约 10,000 项符合「Mac 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/148359/5715153
h mac_main.h
/*
* mac_main.h -- redefines main entry point
*/
#ifndef _mac_main_h
#define _mac_main_h
#undef main
#define main tool_main
#endif /* _mac_main_h */
www.eeworm.com/read/148359/5715155
c mac_main.c
/*
* mac_main.c -- The REAL entry point which
* calls the tools main code. For the tools
* the symbol "main" has been #defined to "tool_main"
* so that this entry point may be used to acces
www.eeworm.com/read/148359/5715378
h config-mac.h
/* config.h generated manually for macos. */
/* Define if you have the strftime function. */
#define HAVE_STRFTIME
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS
#define
www.eeworm.com/read/148250/5716733
c mac_addr.c
/*
* Copyright (c) 2000-2002 Altera Corporation, San Jose, California, USA.
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this sof
www.eeworm.com/read/147766/5722276
c mac_ksyms.c
#include
#include
#include
/* Says whether we're using A/UX interrupts or not */
extern int via_alt_mapping;
EXPORT_SYMBOL(via_alt_mapping);
www.eeworm.com/read/147766/5722286
s mac_penguin.s
.byte \
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\
0x00,0x00,0x00,0x00,0x00,0x00,
www.eeworm.com/read/147766/5726084
h ipt_mac.h
#ifndef _IPT_MAC_H
#define _IPT_MAC_H
struct ipt_mac_info {
unsigned char srcaddr[ETH_ALEN];
int invert;
};
#endif /*_IPT_MAC_H*/
www.eeworm.com/read/147766/5727550
c ipt_mac.c
/* Kernel module to match MAC address parameters. */
#include
#include
#include
#include
#include
www.eeworm.com/read/145836/5743489
mac irq_ghs.mac
;------------------------------------------------------------------------------
;- ATMEL Microcontroller Software Support - ROUSSET -
;---------------------------------------------------------
www.eeworm.com/read/145473/5745494
mac adc_irq.mac
#;------------------------------------------------------------------------------
#;- ATMEL Microcontroller Software Support - ROUSSET -
#;-------------------------------------------------