Sponsored Content
Full Discussion: sms application
Special Forums IP Networking sms application Post 73178 by parvathy on Saturday 28th of May 2005 11:22:19 PM
Old 05-29-2005
sms application

actually i need this sms application ,to gain some knowledge in linux
platform.
if possible post to

Last edited by bhargav; 05-29-2005 at 01:42 AM.. Reason: Removing the email adress
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sms

Hi all !!! Is there a way to send sms to a mobile from unix. lets say when script ends. thanks alot !! udi (5 Replies)
Discussion started by: udi
5 Replies

2. Shell Programming and Scripting

SMS from Perl?

What exactly does the SMS module do i Perl? Can you send free sms messages from Perl ???? (1 Reply)
Discussion started by: perleo
1 Replies

3. Programming

can anyone send sms application

actually i need this sms application ,to gain some knowledge in linux platform. (1 Reply)
Discussion started by: parvathy
1 Replies

4. Shell Programming and Scripting

sms using mailx

the mailx command can be used to send mails. can i use the mailx command for sending sms to my mobile number in india?? Is it possible? If yes how? If its not mailx then wht is the command for that? (6 Replies)
Discussion started by: vikasduhan
6 Replies

5. UNIX for Advanced & Expert Users

Sending SMS

Hi, Can any one tell me how to send SMS using Unix shell scripting. My scenario is whenever my count on particular tables exceeds beyond certain limit i need to trigger out an sms to the client. It could be better if there is no third party tools involved in it. Thanks in advance... (9 Replies)
Discussion started by: sarojadevi
9 Replies

6. Shell Programming and Scripting

Mail and SMS

Hi friends, I have a question related to UNIX mail issue. Let me explain the scenario. I am working in HP UNIX system and we are having some shell scripts those are already scheduled. Whenever the scripts are failed to run. I got an auto generated mail from UNIX administrator. To read the mail I... (4 Replies)
Discussion started by: rdhaprakasam
4 Replies

7. Solaris

sms alerts

how to configure sms alerts in SUN SPARC servers to notify file system , cpu, memory and disk errors. (2 Replies)
Discussion started by: phani.madiraju
2 Replies

8. Shell Programming and Scripting

Need help with SMS script...

I use the SMS script on this page: http://www.prescriptionpc.com/TEST_newpage1.html#section=sms The “functions” work fine, but after clicking “submit” and receiving the “thank you” message, nothing happens. I find it odd that I can send a text message to myself choosing my carrier (Virgin... (0 Replies)
Discussion started by: Bruce1969
0 Replies

9. AIX

send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me (3 Replies)
Discussion started by: tricampeon81
3 Replies
cpc_version(3CPC)														 cpc_version(3CPC)

NAME
cpc_version - coordinate CPC library and application versions SYNOPSIS
cc [ flag... ] file... -lcpc [ library... ] #include <libcpc.h> uint_t cpc_version(uint_t version); The cpc_version() function takes an interface version as an argument and returns an interface version as a result. Usually, the argument will be the value of CPC_VER_CURRENT bound to the application when it was compiled. If the version requested is still supported by the implementation, cpc_version() returns the requested version number and the application can use the facilities of the library on that platform. If the implementation cannot support the version needed by the application, cpc_version() returns CPC_VER_NONE, indicating that the application will at least need to be recompiled to operate correctly on the new platform, and may require further changes. If version is CPC_VER_NONE, cpc_version() returns the most current version of the library. Example 1: Protect an application from using an incompatible library. The following lines of code protect an application from using an incompatible library: if (cpc_version(CPC_VER_CURRENT) == CPC_VER_NONE) { /* version mismatch - library cannot translate */ exit(1); } See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ cpc(3CPC), cpc_open(3CPC), libcpc(3LIB), attributes(5) The cpc_version() function exists for binary compatibility only. Source containing this function will not compile. This function is obso- lete and might be removed in a future release. Applications should use cpc_open(3CPC) instead. The version number is used only to express incompatible semantic changes in the performance counter interfaces on the given platform within a single instruction set architecture, for example, when a new set of performance counter registers are added to an existing processor family that cannot be specified in the existing cpc_event_t data structure. 28 Mar 2005 cpc_version(3CPC)
All times are GMT -4. The time now is 03:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy