代码搜索:void
找到约 10,000 项符合「void」的源代码
代码结果 10,000
www.eeworm.com/read/113559/6127532
h _void_ptr_traits.h
/*
*
* Copyright (c) 2003
* Francois Dumont
*
* This material is provided "as is", with absolutely no warranty expressed
* or implied. Any use is at your own risk.
*
* Permission to use or co
www.eeworm.com/read/103510/6214745
c pid_void_io.c
#include "/home/mante/scilab-2.6/routines/machine.h"
/*---------------------------------------- Actuators */
void
pid_actuator(flag,nport,nevprt,t,u,nu)
/*
* To be customized for standalo
www.eeworm.com/read/345247/11824283
c void tst_printf.c
#include
void tst_printf (void) {
char a;
int b;
long c;
unsigned char x;
unsigned int y;
unsigned long z;
float f,g;
char buf [] = "Test String";
char *
www.eeworm.com/read/337369/12374263
class swigtype_p_void.class
www.eeworm.com/read/337368/12374307
class swigtype_p_void.class
www.eeworm.com/read/125223/14505568
c void tst_printf.c
#include
void tst_printf (void) {
char a;
int b;
long c;
unsigned char x;
unsigned int y;
unsigned long z;
float f,g;
char buf [] = "Test String";
char *
www.eeworm.com/read/11569/230926
c void tst_printf.c
#include
void tst_printf (void) {
char a;
int b;
long c;
unsigned char x;
unsigned int y;
unsigned long z;
float f,g;
char buf [] = "Test String";
char *
www.eeworm.com/read/482889/1282972
hpp void_ptr_iterator.hpp
//
// Boost.Pointer Container
//
// Copyright Thorsten Ottosen 2003-2005. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file
www.eeworm.com/read/482889/1284880
hpp void_cast_fwd.hpp
#ifndef BOOST_SERIALIZATION_VOID_CAST_FWD_HPP
#define BOOST_SERIALIZATION_VOID_CAST_FWD_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma
www.eeworm.com/read/233448/4683707
c void-cast-1.c
/* Don't warn where the left-hand side of a comma expression is a
comma expression whose right-hand side is cast to void. Bug
21159. */
/* Origin: Joseph Myers */
/*