BSD 4_3_Net_2 development
[unix-history] / usr / src / usr.bin / gprof / i386.c
#include "gprof.h"
/*
* gprof -c isn't currently supported...
*/
findcall( parentp , p_lowpc , p_highpc )
nltype *parentp;
unsigned long p_lowpc;
unsigned long p_highpc;
{
}