856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
|
*
* Side effects:
* None.
*
*--------------------------------------------------------------------------
*/
unsigned long
TclpGetPid(
Tcl_Pid pid) /* The HANDLE of the child process. */
{
ProcInfo *infoPtr;
PipeInit();
|
|
|
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
|
*
* Side effects:
* None.
*
*--------------------------------------------------------------------------
*/
int
TclpGetPid(
Tcl_Pid pid) /* The HANDLE of the child process. */
{
ProcInfo *infoPtr;
PipeInit();
|