home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-04 | 679 b | 27 lines | [TEXT/KAHL] |
- /*****
- * StrUtilities.h
- *
- * Interfacce pubbliche per StrUtilities.c
- * © Com&Media, 1994
- *
- * 16/10/94 Scorporo da Utilities.h (Fabio Barbieri)
- * 18/8/94 Prima stesura (Fabio Barbieri)
- *
- ****/
-
- /***** Function prototyping *****/
- void ConcatString(Str255, Str255);
- void CopyString(Str255, Str255);
- void CToStr255(char *, Str255);
- void Str255ToC(Str255, char*);
- void DataItaliana(Str255);
- void DataAmericana(Str255);
- void SostituisciChar(char *, char, char);
- void EliminaRet(char *, short);
- long EliminaRet2(char *);
- void ClipString(Str255, short);
- Boolean IsValidString(Str255);
- void StripStringa(char *);
- void TrimString(char *);
- short CountCharOccurences(char *, char);
-