You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
316 B

/**
* @file cs_top_is_question.h
*
* @author Guy Maurel
* @license GPL v2+
* extract from combine.cpp
*/
#ifndef CS_TOP_IS_QUESTION_H_INCLUDED
#define CS_TOP_IS_QUESTION_H_INCLUDED
#include "ChunkStack.h"
bool cs_top_is_question(ChunkStack &cs, size_t level);
#endif /* CS_TOP_IS_QUESTION_H_INCLUDED */