mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-29 07:30:14 +00:00
10 lines
136 B
C
10 lines
136 B
C
#include "../toxcore/tox.h"
|
|
|
|
#include "../toxcore/ccompat.h"
|
|
|
|
int main(void)
|
|
{
|
|
tox_kill(tox_new(nullptr, nullptr));
|
|
return 0;
|
|
}
|