Update c.html.markdown

This commit is contained in:
Yoav 2018-03-25 18:04:53 +03:00 committed by GitHub
parent 71389bd423
commit f1cc661f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;