1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 05:34:47 +00:00
QB64-PE/internal/c/libqb/include/shell.h
2024-02-18 02:20:45 -05:00

13 lines
328 B
C

#pragma once
#include <stdint.h>
#include "qbs.h"
extern int32_t shell_call_in_progress;
int64_t func_shell(qbs *str);
int64_t func__shellhide(qbs *str);
void sub_shell(qbs *str, int32_t passed);
void sub_shell2(qbs *str, int32_t passed);
void sub_shell3(qbs *str, int32_t passed);
void sub_shell4(qbs *str, int32_t passed);