代码搜索:structs

找到约 2,696 项符合「structs」的源代码

代码结果 2,696
www.eeworm.com/read/347029/11704977

mak wizlib.mak

# Microsoft Developer Studio Generated NMAKE File, Based on WiZ.dsp !IF "$(CFG)" == "" CFG=WiZ - Win32 Debug !MESSAGE No configuration specified. Defaulting to WiZ - Win32 Debug. !ENDIF !IF "$(CFG)"
www.eeworm.com/read/162614/5517640

c anon-struct1.c

/* { dg-options "-ansi -pedantic -pedantic-errors" } */ /* In strict ISO C++ mode, we don't recognize the anonymous struct extension or any Microsoft C extensions. */ struct A { char a; }; struc
www.eeworm.com/read/162614/5529708

c struct-return-2_main.c

/* Test function return values. This test includes structs that are arrays of unsigned integral scalars. */ extern void struct_return_2_x (void); extern void exit (int); int fails; int main ()
www.eeworm.com/read/162614/5529807

c struct-align-1_main.c

/* Test compatibility of structure layout and alignment for structs which contain doubles. The original structs here are from PR 10645. */ extern void struct_align_1_x (void); extern void exit (
www.eeworm.com/read/294611/8216660

m som_use_vs2.m

function som_use_vs2() % SOM_USE_VS2 Use SOM Toolbox version 2. % % Removes SOM Toolbox version 1 from the path and adds version 2 % there instead. You can use function SOM_VS1TO2 to convert % any
www.eeworm.com/read/392414/8343919

makefile

VPATH=../bin : ../src : ../lib : ../include bin=../bin/ src=../src/ lib=../lib/ inc=../include/ all : server client client : client.o client_assist.o tools.o clientlib.o client_assist.h structs.h st
www.eeworm.com/read/392414/8344033

h operdb.h

#ifndef _OPERDB_H_MENG #define _OPERDB_H_MENG #include "../include/structs.h" int operdb(USER *,int); #endif
www.eeworm.com/read/392414/8344172

h operdb.h

#ifndef _OPERDB_H_MENG #define _OPERDB_H_MENG #include "../include/structs.h" int operdb(USER *,int); #endif
www.eeworm.com/read/392414/8344260

c test.c

#include #include #include #include "../include/structs.h" #include "../include/stddef.h" int main(){ SHM *shm; int shmid; key_t key; key = ftok("/root/test.c
www.eeworm.com/read/367875/9724916

m som_use_vs2.m

function som_use_vs2() % SOM_USE_VS2 Use SOM Toolbox version 2. % % Removes SOM Toolbox version 1 from the path and adds version 2 % there instead. You can use function SOM_VS1TO2 to convert % any