YREA-SLS/SLS_C/include/sls/repl.h

12 lines
133 B
C

// Kyler Olsen
// YREA SLS
// REPL Header
// November 2025
#ifndef SLS_REPL_H
#define SLS_REPL_H
int repl();
#endif // SLS_REPL_H