代码搜索:MISC

找到约 10,000 项符合「MISC」的源代码

代码结果 10,000
www.eeworm.com/read/253187/12240545

c misc.c

/* * FFS File System Driver for Windows * * misc.c * * 2004.5.6 ~ * * Lee Jae-Hong, http://www.pyrasis.com * * See License.txt * */ #include "ntifs.h" #include "ffsdrv.h"
www.eeworm.com/read/150890/12252205

h misc.h

//---------------------------------------------------------------------------------------------------- // ID Code : Misc.h No.0000 // Update Note : // //------------------------------------
www.eeworm.com/read/252940/12253432

h misc.h

/* File: misc.h * * Description: See "misc.c" * * Comments: See "notice.txt" for copyright and license information. * */ #ifndef __MISC_H__ #define __MISC_H__ #include "psqlodbc.h" #inclu
www.eeworm.com/read/252940/12253534

c misc.c

/*------- * Module: misc.c * * Description: This module contains miscellaneous routines * such as for debugging/logging and string functions. * * Classes: n/a * * API functions: none
www.eeworm.com/read/150781/12262988

h misc.h

#ifndef PUTTY_MISC_H #define PUTTY_MISC_H #include "puttymem.h" #include /* for FILE * */ #include /* for va_list */ #include
www.eeworm.com/read/150781/12263116

c misc.c

/* * Platform-independent routines shared between all PuTTY programs. */ #include #include #include #include #include #include
www.eeworm.com/read/339051/12265320

c misc.c

/* Miscellaneous machine independent utilities * Copyright 1991 Phil Karn, KA9Q */ #include #include "global.h" #include "socket.h" #include "mbuf.h" char Whitespace[] = " \t\r\n"
www.eeworm.com/read/150758/12266374

c misc.c

#include #include void *xmalloc(size_t size) { void *ptr = (void *) malloc(size); return ptr; } double mymax(double a, double b) { if (a > b) return a; return
www.eeworm.com/read/338797/12282398

cpp misc.cpp

// misc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #ifndef CRYPTOPP_IMPORTS #include "misc.h" #include "words.h" #include NAMESPACE_BEGIN(CryptoPP)
www.eeworm.com/read/338797/12282425

h misc.h

#ifndef CRYPTOPP_MISC_H #define CRYPTOPP_MISC_H #include "cryptlib.h" #include "smartptr.h" #include // for memcpy and memmove #ifdef _MSC_VER #include #if _MSC_VER