*** empty log message ***

This commit is contained in:
2006-10-06 03:41:54 +00:00
parent 2b3754ad15
commit a3de9b9a97
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: awk.h,v 1.122 2006-10-06 03:33:43 bacon Exp $
* $Id: awk.h,v 1.123 2006-10-06 03:41:54 bacon Exp $
*/
#ifndef _XP_AWK_AWK_H_
@@ -354,7 +354,7 @@ xp_long_t xp_awk_strxtolong (
int base, const xp_char_t** endptr);
xp_real_t xp_awk_strxtoreal (
xp_awk_t* awk, const xp_char_t* str, xp_size_t len,
const xp_char_t* endptr);
const xp_char_t** endptr);
xp_size_t xp_awk_longtostr (
xp_long_t value, int radix, const xp_char_t* prefix,