代码搜索结果
找到约 10,000 项符合
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 */
} =
nullargs.x
program SQUARE_PROG {
version SQUARE_VERS {
void SQUAREPROC(void) = 1; /* procedure number = 1 */
} = 1; /* version number */
} = 0x31230000; /* program number */
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
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
x.dfm
object MemoryBrowser: TMemoryBrowser
Left = 331
Top = 409
Width = 646
Height = 501
BorderIcons = [biSystemMenu]
Caption = 'Memory Browser'
Color = clBtnFace
Font.Charset = DEFA