HOPS
HOPS class reference
Macros | Functions
get_block_mode.c File Reference
#include <stdio.h>
#include <string.h>
#include "vex.h"
#include "mk4_vex.h"
#include "mk4_util.h"

Macros

#define ISNAME(namestring)   (strcmp (p_val.name, namestring) == 0)
 
#define MAX_BLOCK_MODES   20
 

Functions

struct Cvex_BlockModeget_block_mode (char *block_mode)
 

Macro Definition Documentation

◆ ISNAME

#define ISNAME (   namestring)    (strcmp (p_val.name, namestring) == 0)

◆ MAX_BLOCK_MODES

#define MAX_BLOCK_MODES   20

Function Documentation

◆ get_block_mode()

struct Cvex_BlockMode* get_block_mode ( char *  block_mode)