This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/api.h
2023-08-02 20:53:32 +02:00

6 lines
80 B
C

#pragma once
int api_init(void);
void api_rope(void);
char* remind(char* who);