#include "rlsvgvdi.h"
#include "rlcutil.h"
#include <math.h>
#include <stdarg.h>
#include <winsock2.h>
#include <windows.h>
#include <io.h>
#include <direct.h>
Go to the source code of this file.
◆ MSG_NOSIGNAL
◆ beautyval()
static int beautyval |
( |
char * |
text | ) |
|
|
static |
Definition at line 387 of file rlsvgvdi.cpp.
389 char *cptr = strchr(text,
'.');
392 char *end = cptr + strlen(cptr) - 1;
395 if (*end ==
'0') { *end =
'\0'; }
396 else if(*end ==
'.') { *end =
'\0';
break; }
400 if(cptr == end) *cptr =
'\0';