psyclpc/src/sprintf.h

11 lines
221 B
C
Raw Normal View History

2009-03-03 03:27:01 +00:00
#ifndef SPRINTF_H__
#define SPRINTF_H__ 1
#include "driver.h"
#include "typedefs.h"
extern svalue_t *v_printf(svalue_t *sp, int num_arg);
extern svalue_t *v_sprintf(svalue_t *sp, int num_arg);
#endif /* SPRINTF_H__ */