mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
4e2dba4d9f
Restyled astyle is fixed now.
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;
|
|
}
|