aboutsummaryrefslogtreecommitdiff
path: root/ls.h
blob: d069cf1f629cba5c1acfdd5bbdaf3068c8a7f046 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef __LS_H
#define __LS_H

#include <dirent.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>

#endif