WONKY



LOG | FILES | OVERVIEW


#ifndef WONKY_DEBUG_SCOPE_H
#define WONKY_DEBUG_SCOPE_H WONKY_DEBUG_SCOPE_H
#include <scope.h>
#include <common.h>

_Bool is_valid_scope_enum(enum Scope_Type scope_type);

_Bool is_valid_scope(struct Scope *scope);
_Bool is_valid_normal_scope(struct Normal_Scope *scope);
_Bool is_valid_function_scope(struct Function_Scope *scope);

#endif