00001 /* 00002 || This file is part of Pike. For copyright information see COPYRIGHT. 00003 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING 00004 || for more information. 00005 || $Id: sscanf.h,v 1.2 2003/12/12 13:22:40 grubba Exp $ 00006 */ 00007 00008 #ifndef SSCANF_H 00009 #define SSCANF_H 00010 00011 INT32 low_sscanf(struct pike_string *data, struct pike_string *format); 00012 void o_sscanf(INT32 args); 00013 PMOD_EXPORT void f_sscanf(INT32 args); 00014 00015 #endif
1.3.9.1