Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What does _t stand for?

2 views
Skip to first unread message

S.Wuthrich

unread,
Apr 11, 1996, 3:00:00 AM4/11/96
to
What does the ending _t stand for (e.g. size_t,uid_t,etc.)?

s.w.
<wu...@crppsg5.epfl.ch>

Dan Pop

unread,
Apr 11, 1996, 3:00:00 AM4/11/96
to

>What does the ending _t stand for (e.g. size_t,uid_t,etc.)?

It stands for "type", so the _t suffix suggests that the symbol is a type
suitable for whatever the main part of the name is.

Dan
--
Dan Pop
CERN, CN Division
Email: dan...@mail.cern.ch
Mail: CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland

Falstaff

unread,
Apr 11, 1996, 3:00:00 AM4/11/96
to
"S.Wuthrich" <wu...@crppsg5.epfl.ch> writes:

>What does the ending _t stand for (e.g. size_t,uid_t,etc.)?

...type, as in "size type" etc.

Frank
--
Support the comp.arch.homebrew* group for home-designed digital hardware
The famous GIICM now on line: http://www.xs4all.nl/~falstaff/GIICM.html
------------------------------------------------------------------------
Frank A. Vorstenbosch +31-(70)-355 5241 fals...@xs4all.nl

John Breckenridge

unread,
Apr 11, 1996, 3:00:00 AM4/11/96
to
"S.Wuthrich" <wu...@crppsg5.epfl.ch> wrote:
>What does the ending _t stand for (e.g. size_t,uid_t,etc.)?
Type. They are all data types

>s.w.
><wu...@crppsg5.epfl.ch>

John Breckenridge Boothroyd Dewhurst, Inc.
jo...@dfma.com all opinions are my own


The Amorphous Mass

unread,
Apr 11, 1996, 3:00:00 AM4/11/96
to
On Thu, 11 Apr 1996, S.Wuthrich wrote:

> What does the ending _t stand for (e.g. size_t,uid_t,etc.)?

"type."

--James Robinson (robi...@cs.uiowa.edu -or- james-r...@uiowa.edu)
/* Indeed, C++ is a bit of an oddball of a language ... given the way that *
* it requires private parts to be visible. This increases the strength of *
* coupling dramatically... -- Dr. Rich Artym */


Tom Watson

unread,
Apr 12, 1996, 3:00:00 AM4/12/96
to
In article <316CA6...@crppsg5.epfl.ch>, "S.Wuthrich"
<wu...@crppsg5.epfl.ch> wrote:

> What does the ending _t stand for (e.g. size_t,uid_t,etc.)?
>

"type" (I think) because they are usually 'typedef' definitions. Anything
else (and probably even this) is pure conjecture, so YMMV.

--
Tom Watson
t...@3do.com (Home: t...@johana.com)

0 new messages