/* Return 1 if STRING is "." or "..", optionally followed by a directory
separator */
int
dot_or_dotdot(string)
path_dot_or_dotdot(string)
constchar*string;
{
if(string==0||*string=='\0'||*string!='.')
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.