Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetKernelVerStr
- Timestamp:
- 03/12/25 07:48:42 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetKernelVerStr
v4 v5 2 2 Gets the OS (kernel) version 3 3 4 {{{ 4 {{{#!c++ 5 5 string GetKernelVerStr(); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 string str = GetKernelVerStr(); 23 23 DisplayText(0, 0, str); 24 24 }}} 25 25 26 {{{ 26 {{{#!c++ 27 27 string ver = GetKernelVerStr(); 28 28 if(ver >= "2.6.26")