head	1.1;
access;
symbols;
locks
	ram:1.1; strict;
comment	@# @;


1.1
date	94.03.27.15.29.45;	author hallgren;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/csh -f

/bin/nm -Bgp $argv | sed "s/                 U/0000000000000000 U/g"

exit 0
@
