* (if no extension, return pointer to end-of-string)
*/
PUB_FUNCchar*tcc_fileextension(constchar*name)
{
char*b=tcc_basename(name);
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.