#ifndef _LL_H_
#define _LL_H_ 1

typedef void *LinkedList;

// more definitions below

#endif  // _LL_H_