HOPS
HOPS class reference
Macros | Functions
get_section_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_SECT_MODES   20
 

Functions

struct Cvex_SectionModeget_section_mode (char *sect_mode)
 

Macro Definition Documentation

◆ ISNAME

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

◆ MAX_SECT_MODES

#define MAX_SECT_MODES   20

Function Documentation

◆ get_section_mode()

struct Cvex_SectionMode* get_section_mode ( char *  sect_mode)