File: queue.h

package info (click to toggle)
epic4 1%3A3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,780 kB
  • sloc: ansic: 56,285; makefile: 630; sh: 161; perl: 30
file content (13 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * queue.h - header file for queue.c
 *
 * Copyright 1993 Jeremy Nelson
 * See the coypright file for more information
 */

#ifndef __queue_h__
#define __queue_h__

	BUILT_IN_COMMAND(queuecmd);

#endif