/* See LICENSE file for copyright and license details. */
#include<stdio.h>
#include<stdlib.h>
#include"text.h"
#include"util.h"
@@ -36,5 +36,5 @@ main(int argc, char *argv[])
fclose(fp);
fclose(tmpfp);
return0;
returnEXIT_SUCCESS;
}
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.