#ifndef GITHUB_H #define GITHUB_H int submit_issue(const char *token, const char *owner, const char *repo, const char *title, const char *analysis, const char *traceback, const char *sys_info); #endif