1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 09:04:43 +00:00
QB64-PE/internal/c/libqb/include/shell.h

14 lines
328 B
C
Raw Normal View History

2024-02-13 06:20:21 +00:00
#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);