Source code
Revision control
Copy as Markdown
Other Tools
#include "structures.h"
void test() {
char buff[1024];
getpw(2, buff);
}
#include "structures.h"
void test() {
char buff[1024];
getpw(2, buff);
}