]>
git.saurik.com Git - apple/libc.git/blob - stdlib/remque-fbsd.c
068a75fc0e1638bebd917d239842a10cedda64e4
2 * Initial implementation:
3 * Copyright (c) 2002 Robert Drehmel
6 * As long as the above copyright statement and this notice remain
7 * unchanged, you can do what ever you want with this file.
10 __FBSDID("$FreeBSD: src/lib/libc/stdlib/remque.c,v 1.3 2003/01/04 07:34:41 tjr Exp $");
12 #define _SEARCH_PRIVATE
14 #include <stdlib.h> /* for NULL */
19 struct que_elem
*prev
, *next
, *elem
;
21 elem
= (struct que_elem
*)element
;