]>
git.saurik.com Git - wxWidgets.git/blob - src/expat/xmlwf/filemap.h
   1 /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd 
   2    See the file COPYING for copying permission. 
   8 int filemap(const wchar_t *name
, 
   9             void (*processor
)(const void *, size_t, 
  10                               const wchar_t *, void *arg
), 
  13 int filemap(const char *name
, 
  14             void (*processor
)(const void *, size_t, 
  15                               const char *, void *arg
),