Súbor: [Platon] / tucniak / util / str.h (stiahnutie)
Revízia 1.1.1.1, Fri Nov 11 16:08:27 2005 UTC (19 years, 3 months ago) by koli
Zmeny od 1.1: +0 -0
[lines]
Initial import
|
// Copyright (c) 2003 Juraj Kolesár (koli) <koli@koli.sk>
int str_remove_char(int pos, char * str);
/*removes char on position "pos" from string "str"
-on succes returns 0
-on error 1 (if pos > strlen(str));
*/
int str_inc(char *str);
/*
increases the 'code' value of str
*/
Platon Group <platon@platon.sk> http://platon.sk/
|