aboutsummaryrefslogtreecommitdiff
path: root/pwd.h
blob: 7ea4bed423800b1d252aa605b921d233e3a1dd71 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __PWD_H
#define __PWD_H

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

#endif