(2007-04-11) Kable-distro
This commit is contained in:
13
pkg-manager/StringUtil.h
Normal file
13
pkg-manager/StringUtil.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _STRINGUTIL_H_
|
||||
#define _STRINGUTIL_H_
|
||||
|
||||
|
||||
void basename(char *nombre,char *basename);
|
||||
|
||||
void coger_marcado(char *cadena,int inicio,int fin,char *destino);
|
||||
|
||||
|
||||
void coger_entrecomillado(char *cadena,int *origen,char *dest);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user