Mercurial > libpst
comparison src/debug.c @ 118:0f1492b7fe8b
patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
add processing for pst files of type 0x0f
start adding support for properly building and installing libpst.so and the header files required to use it.
remove version.h since the version number is now in config.h
more const correctness issues regarding getopt()
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 31 Jan 2009 12:12:36 -0800 |
parents | 1fc33da23175 |
children | bdb38b434c0a |
comparison
equal
deleted
inserted
replaced
117:0a3d854b53f6 | 118:0f1492b7fe8b |
---|---|
1 | 1 |
2 #include "define.h" | 2 #include "define.h" |
3 | 3 //#include <stdint.h> |
4 #include <stdio.h> | |
5 #include <stdlib.h> | |
6 #include <stdarg.h> | |
7 #include <ctype.h> | |
8 #include <string.h> | |
9 #include <limits.h> | |
10 #include <stdint.h> | |
11 #include <inttypes.h> | |
12 | 4 |
13 struct pst_debug_item { | 5 struct pst_debug_item { |
14 int type; | 6 int type; |
15 char * function; | 7 char * function; |
16 unsigned int line; | 8 unsigned int line; |