<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>str2l_range</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.14' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/3010.html#L34'>str2l_range</a> 34 include/cmem.h long str2l_range(const char *str, long min, long max, const char *name);</span> <span class='curline'><a href='../S/3426.html#L93'>str2l_range</a> 93 src/exec.c long val = str2l_range(str, 1, LONG_MAX, "Clock");</span> <span class='curline'><a href='../S/3457.html#L262'>str2l_range</a> 262 src/struct.c return (WORD)str2l_range(str, 1, MAX_MEMSIZE, "Memory Size");</span> </pre> </body> </html>