Where to look for data type definitions?SDK for Developermissing man pages of some commandsDifferences between man pagesReading the man pages in my system with hyperlinks on a browserLooking for resources: like C doc for reading files and their attributes? (On Linux)Where are the command-line options to perl documented?Where is the documentation for net.ipv4.conf.all.log_martians?Find command associated with configuration fileHow and what style should I use when writing man pages?On Line Man Pages from Terminal
Languages that we cannot (dis)prove to be Context-Free
Is it inappropriate for a student to attend their mentor's dissertation defense?
Alternative to sending password over mail?
RSA: Danger of using p to create q
Is it legal for company to use my work email to pretend I still work there?
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
Replacing matching entries in one column of a file by another column from a different file
Rock identification in KY
What are the disadvantages of having a left skewed distribution?
How to determine what difficulty is right for the game?
Watching something be written to a file live with tail
I'm flying to France today and my passport expires in less than 2 months
Why doesn't H₄O²⁺ exist?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?
Paid for article while in US on F-1 visa?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Important Resources for Dark Age Civilizations?
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
What does the "remote control" for a QF-4 look like?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Theorems that impeded progress
How does one intimidate enemies without having the capacity for violence?
Where to look for data type definitions?
SDK for Developermissing man pages of some commandsDifferences between man pagesReading the man pages in my system with hyperlinks on a browserLooking for resources: like C doc for reading files and their attributes? (On Linux)Where are the command-line options to perl documented?Where is the documentation for net.ipv4.conf.all.log_martians?Find command associated with configuration fileHow and what style should I use when writing man pages?On Line Man Pages from Terminal
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Is there any reference material like man pages that informs on C datatypes? I thought this would give me something, but not:
$ man size_t
No manual entry for size_t
$ man -k size_t
size_t: nothing appropriate.
c documentation
add a comment |
Is there any reference material like man pages that informs on C datatypes? I thought this would give me something, but not:
$ man size_t
No manual entry for size_t
$ man -k size_t
size_t: nothing appropriate.
c documentation
It is in the “The C programming language”— kernighan and ritchie. And on wikipedia en.wikipedia.org/wiki/C_data_types
– ctrl-alt-delor
2 days ago
en.cppreference.com/w/c/language
– Mat
2 days ago
2
@ctrl-alt-delor. K&R is silent on such datatypes. You need to look at the C89 and later revisions of the ISO/IEC 9899 C Language standard. The current standard is ISO/IEC 9899:2018 (aka C18)
– fpmurphy
2 days ago
1
can you try man stdint.h ?
– taliezin
2 days ago
@taliezin Nothing.
– Tomasz
2 days ago
add a comment |
Is there any reference material like man pages that informs on C datatypes? I thought this would give me something, but not:
$ man size_t
No manual entry for size_t
$ man -k size_t
size_t: nothing appropriate.
c documentation
Is there any reference material like man pages that informs on C datatypes? I thought this would give me something, but not:
$ man size_t
No manual entry for size_t
$ man -k size_t
size_t: nothing appropriate.
c documentation
c documentation
asked 2 days ago
TomaszTomasz
10.2k53168
10.2k53168
It is in the “The C programming language”— kernighan and ritchie. And on wikipedia en.wikipedia.org/wiki/C_data_types
– ctrl-alt-delor
2 days ago
en.cppreference.com/w/c/language
– Mat
2 days ago
2
@ctrl-alt-delor. K&R is silent on such datatypes. You need to look at the C89 and later revisions of the ISO/IEC 9899 C Language standard. The current standard is ISO/IEC 9899:2018 (aka C18)
– fpmurphy
2 days ago
1
can you try man stdint.h ?
– taliezin
2 days ago
@taliezin Nothing.
– Tomasz
2 days ago
add a comment |
It is in the “The C programming language”— kernighan and ritchie. And on wikipedia en.wikipedia.org/wiki/C_data_types
– ctrl-alt-delor
2 days ago
en.cppreference.com/w/c/language
– Mat
2 days ago
2
@ctrl-alt-delor. K&R is silent on such datatypes. You need to look at the C89 and later revisions of the ISO/IEC 9899 C Language standard. The current standard is ISO/IEC 9899:2018 (aka C18)
– fpmurphy
2 days ago
1
can you try man stdint.h ?
– taliezin
2 days ago
@taliezin Nothing.
– Tomasz
2 days ago
It is in the “The C programming language”— kernighan and ritchie. And on wikipedia en.wikipedia.org/wiki/C_data_types
– ctrl-alt-delor
2 days ago
It is in the “The C programming language”— kernighan and ritchie. And on wikipedia en.wikipedia.org/wiki/C_data_types
– ctrl-alt-delor
2 days ago
en.cppreference.com/w/c/language
– Mat
2 days ago
en.cppreference.com/w/c/language
– Mat
2 days ago
2
2
@ctrl-alt-delor. K&R is silent on such datatypes. You need to look at the C89 and later revisions of the ISO/IEC 9899 C Language standard. The current standard is ISO/IEC 9899:2018 (aka C18)
– fpmurphy
2 days ago
@ctrl-alt-delor. K&R is silent on such datatypes. You need to look at the C89 and later revisions of the ISO/IEC 9899 C Language standard. The current standard is ISO/IEC 9899:2018 (aka C18)
– fpmurphy
2 days ago
1
1
can you try man stdint.h ?
– taliezin
2 days ago
can you try man stdint.h ?
– taliezin
2 days ago
@taliezin Nothing.
– Tomasz
2 days ago
@taliezin Nothing.
– Tomasz
2 days ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510223%2fwhere-to-look-for-data-type-definitions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f510223%2fwhere-to-look-for-data-type-definitions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It is in the “The C programming language”— kernighan and ritchie. And on wikipedia en.wikipedia.org/wiki/C_data_types
– ctrl-alt-delor
2 days ago
en.cppreference.com/w/c/language
– Mat
2 days ago
2
@ctrl-alt-delor. K&R is silent on such datatypes. You need to look at the C89 and later revisions of the ISO/IEC 9899 C Language standard. The current standard is ISO/IEC 9899:2018 (aka C18)
– fpmurphy
2 days ago
1
can you try man stdint.h ?
– taliezin
2 days ago
@taliezin Nothing.
– Tomasz
2 days ago