/[pupa]/pupa/include/pupa/util/misc.h
ViewVC logotype

Diff of /pupa/include/pupa/util/misc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by okuji, Fri Dec 27 08:53:09 2002 UTC revision 1.2 by okuji, Thu Jan 2 20:12:32 2003 UTC
# Line 30  void pupa_util_info (const char *fmt, .. Line 30  void pupa_util_info (const char *fmt, ..
30  void pupa_util_error (const char *fmt, ...) __attribute__ ((noreturn));  void pupa_util_error (const char *fmt, ...) __attribute__ ((noreturn));
31    
32  void *xmalloc (size_t size);  void *xmalloc (size_t size);
33    void *xrealloc (void *ptr, size_t size);
34  char *xstrdup (const char *str);  char *xstrdup (const char *str);
35    
36  char *pupa_util_get_path (const char *dir, const char *file);  char *pupa_util_get_path (const char *dir, const char *file);

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26