typedef struct m {
struct m *prev;
struct m *next;
}m_t;


sast