mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
11 lines
235 B
C
11 lines
235 B
C
#ifndef CLKS_EXEC_H
|
|
#define CLKS_EXEC_H
|
|
|
|
#include <clks/types.h>
|
|
|
|
void clks_exec_init(void);
|
|
clks_bool clks_exec_run_path(const char *path, u64 *out_status);
|
|
u64 clks_exec_request_count(void);
|
|
u64 clks_exec_success_count(void);
|
|
|
|
#endif |