YASH 0.1
CLI written in C
Loading...
Searching...
No Matches
exec.h
Go to the documentation of this file.
1
9#pragma once
10
11// ============================================================================
12// Includes
13// ============================================================================
14
15#include "yash.h"
16
17// ============================================================================
18// Public Functions
19// ============================================================================
20
26int execute_line(Line* line);
int execute_line(Line *line)
Execute a line of input.
Definition exec.c:309
Represents a full line of user input.
Definition yash.h:100
Core data structures and constants.