Подробнее
C torvalds / linux o Watch - 5,218 * OCode n Pull requests 125 Projects 0 -v- Pulse lih_ Graphs Delete duplicate word "long long" in Introduction #335 Alonsolbarra wants to merge 1 commit into torvalds:master from Alonsolbarra¡master n closed Conversation 78 -o Commits 1 0 Files changed 1 № Y Alonsolbarra commented on Oct 15 Hi friend, I delete a duplicate word. f& 80 T 37 Vs) 466 V 48 Is> 24 ^ 49 Delete duplicate word "long long" in Introduction Antidote commented on Oct 15 That's intentional. nistath commented on Oct 16 It's not duplicate, long long is a type. 14 W-: 2 V 3 166b7c6
it-юмор,geek,Прикольные гаджеты. Научный, инженерный и айтишный юмор,приколы для даунов со знанием it
Еще на тему
Long
32-bit signed integers, from -2147483648 to +2147483647.
Using literals Use literals as for integers, but longer numbers are permitted.
LongLong
64-bit signed integers, from -9223372036854775808 to 9223372036854775807.
Using literals Use literals as for integers, but longer numbers are permitted.
The kernel is written in the C programming language [c-language]. More precisely, the kernel is typically compiled with gcc [gcc] under -std=gnu89 [gcc-c-dialect-options]: the GNU dialect of ISO C90 (including some C99 features).