Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

File: [Platon] / dead / mail2sms / strings.h (download)

Revision 1.4, Mon Nov 12 20:19:10 2001 UTC (22 years, 4 months ago) by host8


Changes since 1.3: +7 -1 lines

http_connect() probably works fine.
Some problems with http_requests for www.mtnsms.com.

/*
 * Author: Lubomir Host 'rajo' <host8@kepler.fmph.uniba.sk>
 * $Log: strings.h,v $
 * Revision 1.4  2001/11/12 20:19:10  host8
 * http_connect() probably works fine.
 * Some problems with http_requests for www.mtnsms.com.
 *
 * Revision 1.3  2001/10/25 20:05:28  host8
 * First implementation of login with password.
 *
 * Revision 1.2  2001/09/28 15:39:21  host8
 * Added keyword substitution
 *
 */

#ifndef _STRINGS_H
#define _STRINGS_H

extern int isnnumber(char *str, int len);
extern char *strdel(char *str);
extern char *strrmlf(char *str);
extern char *strrmcr(char *str);
extern char *strtolower(char *str);
extern char *strip(char *str);
extern char *hexa(int c);
extern char *compress_str(char *str);
extern void add_str_to_sms(char *str);

#define strrmeol(__s) strrmcr(strrmlf(__s))

#endif /* #ifndef _STRINGS_H */


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top