Category : C Source Code
Archive   : CSRC2.ZIP
Filename : FXFREE.C

 
Output of file : FXFREE.C contained in archive : CSRC2.ZIP
/*
* f x f r e e . c
*/

/*)LIBRARY
*/

#ifdef DOCUMENTATION

title fxfree Free a Flex
index Free a flex

synopsis

#ifdef vms
#include "c:flex.h"
#else
#include
#endif

fxfree(fx)
FLEX *fx;

description

Free a flex. Attempting to free something that was not created with
flex() will cause trouble. However, NULL or a flex that was damaged
may be passed safely.

bugs

author

Jerry Leichter

#endif

/*
* )EDITLEVEL=08
* Edit history
* 0.0 4-May-81 JSL Invention
* 0.1 5-May-81 JSL Cleanup
* 0.2 7-May-81 JSL Split flex.c into separate files; this is one
* 0.3 27-May-81 JSL Conversion to new comment convention
*/

#ifdef vms
#include "c:flex.h"
#else
#include
#endif
#define NULL 0

fxfree(fx)
register FLEX *fx;
{ if (fx != NULL)
{ if (fx->fxdata != NULL)
free(fx->fxdata);
free(fx);
}
}


  3 Responses to “Category : C Source Code
Archive   : CSRC2.ZIP
Filename : FXFREE.C

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/