• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _IOFN_H
2 #define _IOFN_H
3 
4 typedef void (*OUTPUT_FN)(const char *buf,int len,void *context);
5 
6 #endif
7