Sponsored Content
Top Forums Programming C function to test string or integer Post 65507 by qqq on Sunday 6th of March 2005 05:52:15 AM
Old 03-06-2005
C function to test string or integer

Hi everyone ,
Is there any predefined C function that tests whether an input is string or an integer?
Thank's in advance Smilie
 

10 More Discussions You Might Find Interesting

1. Programming

Integer to String

Which function should I use to convert an Integer to a String or Char format ? Thanx (2 Replies)
Discussion started by: psilva
2 Replies

2. Programming

Function to return an array of integer

Hi all, I am trying to create a function that return an array of integer based on the char parameter pass into the function. I.e. func_a(char * str) { example str is equal to "1,2,3,4" return an array of integers of 1,2,3,4 } Please advise regards dwgi32 (2 Replies)
Discussion started by: dwgi32
2 Replies

3. UNIX for Advanced & Expert Users

test the string is char or integer

How will test the string contains numeric character or alphabet, is there any script to test ? (10 Replies)
Discussion started by: rajesh08
10 Replies

4. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

5. UNIX for Dummies Questions & Answers

integer to string

Hi all, is there an easy way to convert integer to string in bash? I have numbers like 1, 2, ..., 112, ... and I would like to get 001 002 003 004 ... Thank you, Sarah (4 Replies)
Discussion started by: f_o_555
4 Replies

6. Shell Programming and Scripting

How to check weather a string is like test* or test* ot *test* in if condition

How to check weather a string is like test* or test* ot *test* in if condition (5 Replies)
Discussion started by: johnjerome
5 Replies

7. Shell Programming and Scripting

how to compare string integer with an integer?

hi, how to I do this? i="4.000" if ; then echo "smaller" fi how do I convert the "4.000" to 4? Thanks! (4 Replies)
Discussion started by: h0ujun
4 Replies

8. Shell Programming and Scripting

String to integer

I am on HP-UX using ksh in the script. MaxSal=`sqlplus -silent /nolog <<EOF connect / as sysdba whenever sqlerror exit sql.sqlcode set pagesize 0 feedback off verify off heading off echo off select max(sal) from emp1; select max(sal) from emp2; select max(sal) from emp3; exit; EOF`... (3 Replies)
Discussion started by: bang_dba
3 Replies

9. Shell Programming and Scripting

Print smallest integer from file using awk custom function?

`awk` function looks like this in a file name `fun.awk`: { print small() } function small() { a=$0 smal=0 for(i=1;i<=3;i++) { if( a<a) smal=a else (4 Replies)
Discussion started by: lazerz
4 Replies

10. Shell Programming and Scripting

Perl Script Integer Test

Working out a small problem, I have a need of a Perl snippet which might look something like this: use integer; ... if ($changingNumber / 2) { do something; } else { do something else; } ... What I want to happen is for "if" to resolve as "true" every time a whole... (3 Replies)
Discussion started by: LinQ
3 Replies
UCONVERTER(3)								 1							     UCONVERTER(3)

The UConverter class

INTRODUCTION
CLASS SYNOPSIS
UConverter UConverter Constants o const integer$UConverter::REASON_UNASSIGNED0 o const integer$UConverter::REASON_ILLEGAL1 o const integer$UConverter::REASON_IRREGULAR2 o const integer$UConverter::REASON_RESET3 o const integer$UConverter::REASON_CLOSE4 o const integer$UConverter::REASON_CLONE5 o const integer$UConverter::UNSUPPORTED_CONVERTER-1 o const integer$UConverter::SBCS0 o const integer$UConverter::DBCS1 o const integer$UConverter::MBCS2 o const integer$UConverter::LATIN_13 o const integer$UConverter::UTF84 o const integer$UConverter::UTF16_BigEndian5 o const integer$UConverter::UTF16_LittleEndian6 o const integer$UConverter::UTF32_BigEndian7 o const integer$UConverter::UTF32_LittleEndian8 o const integer$UConverter::EBCDIC_STATEFUL9 o const integer$UConverter::ISO_202210 o const integer$UConverter::LMBCS_111 o const integer$UConverter::LMBCS_212 o const integer$UConverter::LMBCS_313 o const integer$UConverter::LMBCS_414 o const integer$UConverter::LMBCS_515 o const integer$UConverter::LMBCS_616 o const integer$UConverter::LMBCS_817 o const integer$UConverter::LMBCS_1118 o const integer$UConverter::LMBCS_1619 o const integer$UConverter::LMBCS_1720 o const integer$UConverter::LMBCS_1821 o const integer$UConverter::LMBCS_1922 o const integer$UConverter::LMBCS_LAST22 o const integer$UConverter::HZ23 o const integer$UConverter::SCSU24 o const integer$UConverter::ISCII25 o const integer$UConverter::US_ASCII26 o const integer$UConverter::UTF727 o const integer$UConverter::BOCU128 o const integer$UConverter::UTF1629 o const integer$UConverter::UTF3230 o const integer$UConverter::CESU831 o const integer$UConverter::IMAP_MAILBOX32 Methods o public UConverter::__construct ([string $destination_encoding], [string $source_encoding]) o public string UConverter::convert (string $str, [bool $reverse]) o public mixed UConverter::fromUCallback (integer $reason, string $source, string $codePoint, integer &$error) o publicstatic array UConverter::getAliases ([string $name]) o publicstatic array UConverter::getAvailable (void ) o public string UConverter::getDestinationEncoding (void ) o public integer UConverter::getDestinationType (void ) o public integer UConverter::getErrorCode (void ) o public string UConverter::getErrorMessage (void ) o public string UConverter::getSourceEncoding (void ) o public integer UConverter::getSourceType (void ) o publicstatic array UConverter::getStandards (void ) o public string UConverter::getSubstChars (void ) o publicstatic string UConverter::reasonText ([integer $reason]) o public void UConverter::setDestinationEncoding (string $encoding) o public void UConverter::setSourceEncoding (string $encoding) o public void UConverter::setSubstChars (string $chars) o public mixed UConverter::toUCallback (integer $reason, string $source, string $codeUnits, integer &$error) o publicstatic string UConverter::transcode (string $str, string $toEncoding, string $fromEncoding, [array $options]) PREDEFINED CONSTANTS
o UConverter::REASON_UNASSIGNED - o UConverter::REASON_ILLEGAL - o UConverter::REASON_IRREGULAR - o UConverter::REASON_RESET - o UConverter::REASON_CLOSE - o UConverter::REASON_CLONE - o UConverter::UNSUPPORTED_CONVERTER - o UConverter::SBCS - o UConverter::DBCS - o UConverter::MBCS - o UConverter::LATIN_1 - o UConverter::UTF8 - o UConverter::UTF16_BigEndian - o UConverter::UTF16_LittleEndian - o UConverter::UTF32_BigEndian - o UConverter::UTF32_LittleEndian - o UConverter::EBCDIC_STATEFUL - o UConverter::ISO_2022 - o UConverter::LMBCS_1 - o UConverter::LMBCS_2 - o UConverter::LMBCS_3 - o UConverter::LMBCS_4 - o UConverter::LMBCS_5 - o UConverter::LMBCS_6 - o UConverter::LMBCS_8 - o UConverter::LMBCS_11 - o UConverter::LMBCS_16 - o UConverter::LMBCS_17 - o UConverter::LMBCS_18 - o UConverter::LMBCS_19 - o UConverter::LMBCS_LAST - o UConverter::HZ - o UConverter::SCSU - o UConverter::ISCII - o UConverter::US_ASCII - o UConverter::UTF7 - o UConverter::BOCU1 - o UConverter::UTF16 - o UConverter::UTF32 - o UConverter::CESU8 - o UConverter::IMAP_MAILBOX - PHP Documentation Group UCONVERTER(3)
All times are GMT -4. The time now is 11:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy