added qse_str_del() and codede the D command in sed

This commit is contained in:
2009-05-18 03:35:16 +00:00
parent f0b916ce81
commit bd6a54d00d
5 changed files with 97 additions and 26 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: str.h 127 2009-05-07 13:15:04Z hyunghwan.chung $
* $Id: str.h 138 2009-05-17 09:35:16Z hyunghwan.chung $
*
Copyright 2006-2009 Chung, Hyung-Hwan.
@ -539,6 +539,12 @@ qse_size_t qse_str_nccat (
qse_size_t len
);
qse_size_t qse_str_del (
qse_str_t* str,
qse_size_t index,
qse_size_t size
);
/****f* Common/qse_strspl
* NAME
* qse_strspl - split a string into fields