代码搜索:X

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

代码结果 10,000
www.eeworm.com/read/113863/15446694

x square.x

struct square_in { long arg1; }; struct square_out { long res1; }; program SQUARE_PROG { version SQUARE_VERS { square_out SQUAREPROC(square_in) = 1; /* procedure number = 1 */ } =
www.eeworm.com/read/113863/15446699

x square.x

struct square_in { long arg1; }; struct square_out { long res1; }; program SQUARE_PROG { version SQUARE_VERS { square_out SQUAREPROC(square_in) = 1; /* procedure number = 1 */ } =
www.eeworm.com/read/113863/15446710

x example.x

const MAXC = 4; struct example { short a; double b; short c[MAXC]; };
www.eeworm.com/read/113863/15446721

x data.x

enum result_t { RESULT_INT = 1, RESULT_DOUBLE = 2 }; union union_arg switch (result_t result) { case RESULT_INT: int intval; case RESULT_DOUBLE: double doubleval; default: void; }; struct
www.eeworm.com/read/113863/15446726

x square.x

struct square_in { /* input (argument) */ long arg1; }; struct square_out { /* output (result) */ long res1; }; program SQUARE_PROG { version SQUARE_VERS { square_out SQUAREPROC(square_in
www.eeworm.com/read/113863/15446731

x square.x

struct square_in { long arg1; }; struct square_out { long res1; }; program SQUARE_PROG { version SQUARE_VERS { square_out SQUAREPROC(square_in) = 1; /* procedure number = 1 */ } =
www.eeworm.com/read/113863/15446737

x nullargs.x

program SQUARE_PROG { version SQUARE_VERS { void SQUAREPROC(void) = 1; /* procedure number = 1 */ } = 1; /* version number */ } = 0x31230000; /* program number */
www.eeworm.com/read/113863/15446739

x data.x

const FOO = 100; %#include /* required under Solaris 2.6 */ enum color { RED = 1, GREEN = 2, BLUE = 3 }; union union_arg switch (int status) { case 0: int intval; case 1: flo
www.eeworm.com/read/113863/15446742

x square.x

struct square_in { /* input (argument) */ long arg1; }; struct square_out { /* output (result) */ long res1; }; program SQUARE_PROG { version SQUARE_VERS { square_out SQUAREPROC(square_in
www.eeworm.com/read/113718/15450075

gsm x.gsm