home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 275 / DPCS0111DVD.ISO / Toolkit / Audio-Visual / VirtualDub / Source / VirtualDub-1.9.10-src.7z / src / disasm / h / utils.h < prev   
Encoding:
C/C++ Source or Header  |  2009-09-14  |  173 b   |  9 lines

  1. #ifndef f_VD2_DISASM_UTILS_H
  2. #define f_VD2_DISASM_UTILS_H
  3.  
  4. void oops(const char *format, ...);
  5. void strtrim(char *s);
  6. char *strtack(char *s, const char *t);
  7.  
  8. #endif
  9.