コード例 #1
0
ファイル: alignment.cpp プロジェクト: npge/lua-npge
static void newPos(Ints& pos, int nrows) {
    pos.resize(nrows + 1, -1);
    pos[nrows] = 0;
}