mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-24 06:53:08 +03:00
Merge pull request #3099 from gergesh/master
[C/en] Change bits to bytes
This commit is contained in:
commit
650419844c
@ -101,7 +101,7 @@ int main (int argc, char** argv)
|
|||||||
char y_char = 'y'; // Char literals are quoted with ''
|
char y_char = 'y'; // Char literals are quoted with ''
|
||||||
|
|
||||||
// longs are often 4 to 8 bytes; long longs are guaranteed to be at least
|
// longs are often 4 to 8 bytes; long longs are guaranteed to be at least
|
||||||
// 64 bits
|
// 8 bytes
|
||||||
long x_long = 0;
|
long x_long = 0;
|
||||||
long long x_long_long = 0;
|
long long x_long_long = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user