@@ -22,6 +22,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include<stdio.h>
#include<ctype.h>
#include<time.h>
#include<errno.h>
#ifndef errno
externinterrno;
#endif
#ifdef HAVE_UNISTD_H
#include<unistd.h>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.