代码搜索:names

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

代码结果 10,000
www.eeworm.com/read/489717/1211279

c o_names.c

#include #include #include #include #include #include #include #include
www.eeworm.com/read/486037/1255032

h lib-names.h

/* This file is automatically generated. It defines macros to allow user program to find the shared library files which come as part of GNU libc. */ #ifndef __GNU_LIB_NAMES_H #define __GNU_LIB_
www.eeworm.com/read/486037/1256596

h lib-names.h

/* This file is automatically generated. It defines macros to allow user program to find the shared library files which come as part of GNU libc. */ #ifndef __GNU_LIB_NAMES_H #define __GNU_LIB_
www.eeworm.com/read/482889/1282248

hpp parser_names.hpp

/*============================================================================= Copyright (c) 2001-2003 Joel de Guzman Copyright (c) 2002-2003 Hartmut Kaiser http://spirit.sourceforge.n
www.eeworm.com/read/482889/1282249

ipp parser_names.ipp

/*============================================================================= Copyright (c) 2001-2003 Joel de Guzman Copyright (c) 2002-2003 Hartmut Kaiser http://spirit.sourceforge.n
www.eeworm.com/read/482889/1283717

hpp overload_names.hpp

#ifndef BOOST_MPL_AUX_OVERLOAD_NAMES_HPP_INCLUDED #define BOOST_MPL_AUX_OVERLOAD_NAMES_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2004 // // Distributed under the Boost Software License, Versi
www.eeworm.com/read/475965/1374160

h names_st.h

// names_st.h -- names_st structure header file // constants #define SLEN 32 // structure declarations struct names_st { char first[SLEN]; char last[SLEN]; }; // typedefs typedef
www.eeworm.com/read/475965/1374164

c names_str.c

// names_str.c -- define names_st functions #include #include "names_str.h" // include the revised header file // function definitions void get_names(names * pn) { int i;
www.eeworm.com/read/475965/1374165

c names_st.c

// names_st.c -- define names_st functions #include #include "names_st.h" // include the header file // function definitions void get_names(names * pn) { int i; pr
www.eeworm.com/read/475965/1374166

h names_str.h

// names_str.h --revised with include protection #ifndef NAMES_H_ #define NAMES_H_ // constants #define SLEN 32 // structure declarations struct names_st { char first[SLEN]; cha