cssdebug.c
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:0k
源码类别:

DVD

开发平台:

Unix_Linux

  1. /*
  2.  * Copyright (C) 1999 
  3.  * Derek Fawcus <derek@spider.com>
  4.  * Mark Roberts <maroberts@dial.pipex.com>
  5.  *
  6.  * This code may be used under the terms of Version 2 of the GPL,
  7.  * read the file COPYING for details.
  8.  *
  9.  */
  10. #include <stdio.h>
  11. #include "css.h"
  12. void print_tab( byte const * b, int len)
  13. {
  14.   for ( ;len > 0; len--) fprintf(stderr, " 0x%02X", *b++);
  15. }