C++程序  |  41行  |  432 B

/*
 * Copyright 2016 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can
 * be found in the LICENSE file.
 *
 */

//
//
//

#pragma once

//
//
//

#include "gen.h"

//
//
//

struct hsg_network
{
  uint32_t      const   length;
  struct hsg_op const * network;
};

//
//
//

extern struct hsg_network const hsg_networks_sorting[];
extern struct hsg_network const hsg_networks_merging[];

//
//
//