#ifndef _LL_H_
#define _LL_H_

typedef void *LinkedList;

// more definitions below

#endif  // _LL_H_