Files
pcas/src/libCom/osi/os/default/osdStacktrace.c
2011-08-26 17:02:02 -07:00

15 lines
351 B
C

/*
* Copyright: Stanford University / SLAC National Laboratory.
*
* EPICS BASE is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*
* Author: Till Straumann <strauman@slac.stanford.edu>, 2011
*/
#include "epicsStacktrace.h"
epicsShareFunc void epicsStacktrace(void)
{
}