代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/426892/8993022
h common.h
#ifndef COMMON_H
#define COMMON_H
#include
#define uchar unsigned char
#endif
www.eeworm.com/read/426767/9000190
rc common.rc
/* LIBUSB-WIN32, Generic Windows USB Library
* Copyright (c) 2002-2005 Stephan Meyer
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/283660/9000226
h common.h
#ifndef COMMON_H
#define COMMON_H
#ifndef _WIN32
#define EXPORT
#else
#define EXPORT _declspec(dllexport)
#endif
#endif
www.eeworm.com/read/426702/9003593
h common.h
/*
common.h
*/
/* $Id: common.h,v 7.1 2000/05/03 04:41:24 sgifford Exp $ */
#define max(x,y) ((x) > (y) ? (x) : (y))
#define strncopy(x,y) strncpy (x, y, sizeof(x))
void errorf (char *fmt, ...);
i
www.eeworm.com/read/426702/9003670
c common.c
/*
common.c
*/
/* $Id: common.c,v 7.2 2003/10/01 20:21:09 sgifford Exp $ */
#include
#include
#include
#include
#include
#include "common.h"
www.eeworm.com/read/283587/9004035
h common.h
/**
* @file common.h
* common internal api header.
*/
#ifndef COMMON_H
#define COMMON_H
#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
# define CONFIG_WIN32
#endif
#if de
www.eeworm.com/read/426674/9005485
h common.h
#ifndef __COMMON_H
#define __COMMON_H
/***********************************************************************
* FILENAME: $RCSfile: common.h,v $
* VERSION : $Revision: 1.5 $
* DATE : $Date:
www.eeworm.com/read/382700/9005519
js common.js
function Click(){
if (event.button!=1){alert('版权所有!');
}}
document.onmousedown=Click;
function MM_displayStatusMsg(msgStr) { //v1.0
status=msgStr;
document.MM_returnValue = true;
}
www.eeworm.com/read/283587/9005701
mak common.mak
#
# common bits used by all libraries
#
SRC_DIR = $(SRC_PATH)/$(SUBDIR)
VPATH = $(SRC_DIR)
#FIXME: This should be in configure/config.mak
ifeq ($(CONFIG_WIN32),yes)
LDFLAGS = -Wl,--output-def,$(@:.d