Re: pid_t data type
- From: Lew Pitcher <lpitcher@xxxxxxxxxxxx>
- Date: Sat, 15 Mar 2008 13:59:24 -0400
Sanchit wrote:
pid_t is a data type defines in types.h
but is it realy necessary to use it.. I mean it is a signed integer
type only..
Perhaps. In any case, what /size/ (or type, if you will) of integer is it?
Is it a short int, an int, a long int, or a long long int?
then why should pid_t be used??
So that you don't /have/ to know what type of integer the implementation
uses for a pid value.
--
Lew Pitcher
Master Codewright & JOAT-in-training | Registered Linux User #112576
http://pitcher.digitalfreehold.ca/ | GPG public key available by request
---------- Slackware - Because I know what I'm doing. ------
.
- Follow-Ups:
- Re: pid_t data type
- From: Sanchit
- Re: pid_t data type
- References:
- pid_t data type
- From: Sanchit
- pid_t data type
- Prev by Date: pid_t data type
- Next by Date: Re: pid_t data type
- Previous by thread: pid_t data type
- Next by thread: Re: pid_t data type
- Index(es):
Relevant Pages
|