@@ -1,7 +1,10 @@
#pragma once
#include "common.h"
#include "rds.h"
#include <time.h>
#define TOGGLE(x) ((x) ^= 1)
void msleep(unsigned long ms);
int _strnlen(const char *s, int maxlen);
The note is not visible to the blocked user.