aboutsummaryrefslogtreecommitdiff
path: root/whoami.h
blob: f61a04c28e43d9241a054f26cac2dd073d0406d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __WHOAMI_H

#include <pwd.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>

#endif