c语言输入一个字符串,依次取出其中由连续的英文字母组成的子串并存入一个二维数组中,统计从输入字符串

2024-10-30 21:45:49
推荐回答(1个)
回答1:

pwd = getpwuid(buf.st_uid);
grp = getgrgid(buf.st_gid);

if(NULL == pwd)
{
printf("pw is null \n");
exit(1);
}
if(NULL == grp)
{
printf("grp is null \n");
exit(1);
}
// show file type
printf("%c",type);

// show permission of usr, grout and other
while(i<9)
{
printf("%c",permission[i]);
i++;
}