Encodes a small integer as its push opcode.
Declared in <script/script.h>
<script/script.h>
static opcodetype EncodeOP_N(int n);
The opcode OP_0 or OP_1 through OP_16 for n.
n.