*** empty log message ***

This commit is contained in:
2006-09-10 15:50:34 +00:00
parent 34d3ce3590
commit 835615cc97
11 changed files with 392 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: awk.h,v 1.113 2006-09-09 04:52:39 bacon Exp $
* $Id: awk.h,v 1.114 2006-09-10 15:50:34 bacon Exp $
*/
#ifndef _XP_AWK_AWK_H_
@@ -375,6 +375,11 @@ int xp_awk_strxncmp (
const xp_char_t* s1, xp_size_t len1,
const xp_char_t* s2, xp_size_t len2);
int xp_awk_strxncasecmp (
xp_awk_t* awk,
const xp_char_t* s1, xp_size_t len1,
const xp_char_t* s2, xp_size_t len2);
xp_char_t* xp_awk_strxnstr (
const xp_char_t* str, xp_size_t strsz,
const xp_char_t* sub, xp_size_t subsz);