From d96f9c80104d678128ac5c116a9e85ad41cc912a Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 7 Aug 2000 11:29:29 +0000 Subject: Fixed headers --- src/list.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index 4a6fe26..7afbe8b 100644 --- a/src/list.h +++ b/src/list.h @@ -1,3 +1,19 @@ +/* + * Ivy, C interface + * + * Copyright (C) 1997-2000 + * Centre d'Études de la Navigation Aérienne + * + * Simple lists in C + * + * Authors: François-Régis Colin + * + * $Id$ + * + * Please refer to file version.h for the + * copyright notice regarding this software + */ + #define LIST_ITER( list, p, cond ) \ p = list; \ while ( p && (cond) ) p = p->next -- cgit v1.1