mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Update c.html.markdown
This commit is contained in:
parent
71389bd423
commit
f1cc661f50
@ -101,7 +101,7 @@ int main (int argc, char** argv)
|
||||
char y_char = 'y'; // Char literals are quoted with ''
|
||||
|
||||
// longs are often 4 to 8 bytes; long longs are guaranteed to be at least
|
||||
// 64 bits
|
||||
// 8 bytes
|
||||
long x_long = 0;
|
||||
long long x_long_long = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user