core/kill.h

00001 #ifndef _KILL_H
00002 #define _KILL_H
00003 
00004 #ifdef WIN32
00005 void kill_starthandler(void);
00006 void kill_stophandler(void);
00007 int kill(unsigned short pid, int sig);
00008 #endif
00009 
00010 #endif

GridLAB-DTM Version 1.0
An open-source project initiated by the US Department of Energy