C Language EquivalentsThese built-in functions closely follow C library functions.Function Explanation int atoi( char* String ) convert string to integer int atol( char* String ) convert string to long double atof( char* String ) convert string to double int cabs( into Value ) return ...
String Functions Function Meaning charlen, dbmaxlen, numofchar, strlen Length functions char_off Length function cmax, cmin Character-like extremum value functions count, count_any_of, count_any_not_of Search functions distance Similarity function condense Condense function concat_lines_of ...
__DATE__The compilation date of the current source file. The date is a constant length string literal of the formMmm dd yyyy. The month nameMmmis the same as the abbreviated month name generated by the C Runtime Library (CRT)asctimefunction. The first character of dateddis a space if ...
__FUNCTION__ Valid only within a function and returns the undecorated name of the enclosing function (as a string). __FUNCTION__ is not expanded if you use /EP or /P compiler options. __LINE__ The line number in the current source file. The line number is a decimal integer consta...
5.6.6. Binary numeric or string comparison operators 5.6.7. Ternary operator 5.6.8. Grouping operator 5.6.9. Function call 5.6.10. $ptr->member 5.6.11. <value> in <array_name> 5.6.12. [ <value>, … ] in <array_name> 5.7. Literals passed in from the stap comm...
aThe C51 run-time library provides you with more than 100 predefined functions and macros to use in your 8051 C programs. This library makes embedded software development easier by providing you with routines that perform common programming tasks such as string and buffer manipulation, data conversio...
Function References > L_AnnSetPredefinedMetafileIs this page helpful? In this page Summary Syntax Parameters L_UINT uType HMETAFILE hMetafile Returns Comments Required DLLs and Libraries Platforms See Also Functions Topics Example L_AnnSetPredefinedMetafile...
string path Yes Project ID of a tenant in a region. For details about how to obtain the project ID, seeObtaining a Project ID and Name. Request Parameters None Response Parameters Table 2Parameter description Name Type Description tags
params.append(PredefinedTypes.get_string_type())# the argumentsymbol = FunctionSymbol(name=cls.LOGGER_INFO, param_types=params, return_type=PredefinedTypes.get_void_type(), element_reference=None, is_predefined=True) cls.name2function[cls.LOGGER_INFO] = symbol ...
2.1.1745 Part 1 Section 22.9.2.14, ST_TwipsMeasure (Measurement in Twentieths of a Point) 2.1.1746 Part 1 Section 22.9.2.16, ST_UnsignedDecimalNumber (Unsigned Decimal Number Value) 2.1.1747 Part 1 Section 22.9.2.19, ST_Xstring (Escaped String) 2.1.1748 Part 1 Section 23.2.1, schem...