*** empty log message ***

This commit is contained in:
2006-10-12 04:17:58 +00:00
parent 03e914fa01
commit e94b5729ef
20 changed files with 389 additions and 320 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: awk.h,v 1.125 2006-10-10 14:08:55 bacon Exp $
* $Id: awk.h,v 1.126 2006-10-12 04:17:30 bacon Exp $
*/
#ifndef _XP_AWK_AWK_H_
@@ -71,7 +71,10 @@ struct xp_awk_syscas_t
/* utilities */
void* (*memcpy) (void* dst, const void* src, xp_size_t n);
void* (*memset) (void* dst, int val, xp_size_t n);
int (*sprintf) (xp_char_t* buf, xp_size_t size, xp_char_t* fmt, ...);
int (*dprintf) (xp_char_t* fmt, ...);
void (*abort) (void);
void* custom_data;
};