dev/c/ServerNBTHR/square.x

12 lines
178 B
Plaintext
Raw Normal View History

struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
} = 2;
} = 0x31230000;