reldb 0.1.0
Recreational SQLite
Loading...
Searching...
No Matches
main.c File Reference

Main entry point for the REPL application. More...

#include "compiler.h"
#include "inputbuffer.h"
#include "vm.h"
#include <macros.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <types.h>
Include dependency graph for main.c:

Go to the source code of this file.

Functions

static void print_prompt (void)
int main (void)

Variables

static u8 r

Detailed Description

Main entry point for the REPL application.

Definition in file main.c.

Function Documentation

◆ main()

int main ( void )

Definition at line 26 of file main.c.

◆ print_prompt()

void print_prompt ( void )
inlinestatic

< Marks a function/variable as internal to the translation unit

Definition at line 20 of file main.c.

Variable Documentation

◆ r

u8 r
static

< Marks a function/variable as internal to the translation unit Dummy variable for suppressing unused return value warnings.

Definition at line 17 of file main.c.