pid_t data type



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.. then why should pid_t be used??
.