15 lines
351 B
C
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)
|
|
{
|
|
}
|