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/command.h

13 lines
213 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
#include "qbs.h"
extern qbs *func_command_str;
qbs *func_command(int32_t index, int32_t passed);
int32_t func__commandcount();
void command_initialize(int argc, char **argv);