11 lines
104 B
C
11 lines
104 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#define LAYOUT( \
|
|
k00, k01, k02 \
|
|
) \
|
|
{ \
|
|
{ k00, k01, k02} \
|
|
}
|