代码搜索:structs
找到约 2,696 项符合「structs」的源代码
代码结果 2,696
www.eeworm.com/read/162614/5522314
c anon.c
// { dg-do run }
// Bug: g++ has trouble copying anonymous structs.
typedef struct { int i; } foo;
struct A : public foo {
struct { int i; } x;
};
int main ()
{
A a;
a.i = 5;
a.x.i = 42;
www.eeworm.com/read/162614/5529711
c struct-by-value-20_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Tested structs end with double.
This test was written in response to a layout change for such
www.eeworm.com/read/162614/5529751
c struct-by-value-19_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Struct members are char, int, double,
and other structs containing these types. This test was
www.eeworm.com/read/474663/6804629
h lines.h
//All this does is set up the structs for points and for lines. it then sets the functions to be called by the other .c files.
struct point
{
double x;
double y;
};
struct line
{
struct point p1;
www.eeworm.com/read/392414/8344035
h serverlib.h
#ifndef _SERVERLIB_H_LG
#define _SERVERLIB_H_LG
#include "../include/structs.h"
void changpwd(int index);
void withdraw(int);
void save(int);
void trans(int);
void query(int);
#endif
www.eeworm.com/read/392414/8344174
h serverlib.h
#ifndef _SERVERLIB_H_LG
#define _SERVERLIB_H_LG
#include "../include/structs.h"
void changpwd(int index);
void withdraw(int);
void save(int);
void trans(int);
void query(int);
#endif
www.eeworm.com/read/103786/15720915
c inittab.c
/* Note:
* This is just a sample piece of code that shows how to use some structs -
* it may not even run.
*/
#include
static const void myTab = {
0xd020, (char)2,
(char)0, (char)2,
www.eeworm.com/read/187156/8851616
c dosformt.c
/******************************************************************************/
/* */
/* Copyright (C), 1995-2006, msyste
www.eeworm.com/read/384512/8866199
m som_use_vs1.m
function som_use_vs1()
% SOM_USE_VS1 Use SOM Toolbox version 1.
%
% Removes SOM Toolbox version 2 from the path and adds version 1 there
% instead. Before doing this, remember to convert any version
www.eeworm.com/read/395493/6939129
mak bf533_ez_kit_video_receive_c.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,