/* This file is automatically generated by configure.  DO NOT EDIT! */
#ifndef SAFESTR_C99_H
#define SAFESTR_C99_H

typedef signed long int32_t;
typedef unsigned long u_int32_t;
typedef signed long long int64_t;
typedef unsigned long long u_int64_t;
typedef signed long long intmax_t;
typedef unsigned long long uintmax_t;
typedef signed long ptrdiff_t;
typedef unsigned long uptrdiff_t;
typedef signed long ssize_t;

#endif  /* SAFESTR_C99_H */


syntax highlighted by Code2HTML, v. 0.9.1