mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Requires -> Require
This commit is contained in:
parent
bf1fe71a83
commit
842b247b74
@ -89,7 +89,7 @@ int main (int argc, char** argv)
|
|||||||
// Types
|
// Types
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
|
|
||||||
// Compilers that are not C99-compliant requires that variables MUST be
|
// Compilers that are not C99-compliant require that variables MUST be
|
||||||
// declared at the top of the current block scope.
|
// declared at the top of the current block scope.
|
||||||
// Compilers that ARE C99-compliant allow declarations near the point where
|
// Compilers that ARE C99-compliant allow declarations near the point where
|
||||||
// the value is used.
|
// the value is used.
|
||||||
|
Loading…
Reference in New Issue
Block a user