Changeset 169 for trunk/lib/void_stack.c


Ignore:
Timestamp:
03/03/10 14:24:58 (14 years ago)
Author:
tim
Message:

filled in additional, minimal documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/void_stack.c

    r168 r169  
    1 /**
    2  * @file
    3  *
    4  * This is a really simple implementation of a stack which stores chunks
    5  * of memory of any type.
    6  *
    7  * Copyright (C) 2005,2007,2009 Timothy D. Morgan
     1/*
     2 * Copyright (C) 2005,2007,2009-2010 Timothy D. Morgan
    83 *
    94 * This program is free software; you can redistribute it and/or modify
     
    2217 * $Id$
    2318 */
     19
     20/** 
     21 * @file
     22 */
     23
    2424
    2525#include "void_stack.h"
Note: See TracChangeset for help on using the changeset viewer.