Technical Support
On-Line Manuals
C166 User's Guide
*** Error C189 variable: Storage Class Changed to static
variable: Storage Class Changed to static
An explicit memory type used for an automatic variable implies that the variable will be not allocated on user stack. Therefore the variable behaves the same was as a static variable.