While going through the code of an application, i came across the putpwent() function which writes a password entry. Is there a function similar to this which writes a group entry into a file.
While going through the code of an application, i came across the putpwent() function
Share
putgrent()will do what you want.