BSD 4 release
[unix-history] / usr / src / lib / libpc / UNWIND.c
CommitLineData
31cef89c
BJ
1/* Copyright (c) 1979 Regents of the University of California */
2
3static char sccsid[] = "@(#)UNWIND.c 1.1 10/29/80";
4
5UNWIND(frame)
6
7 int *frame;
8{
9 PCLOSE(*frame);
10}