~ubuntu-branches/ubuntu/intrepid/clex/intrepid

« back to all changes in this revision

Viewing changes to src/util.h

  • Committer: Bazaar Package Importer
  • Author(s): Gabriel Puliatti
  • Date: 2006-10-10 21:00:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010210045-ffvd59e6r74moead
Tags: 3.15-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
extern const char *base_name(const char *);
 
2
extern int substring(const char *, const char *,int);
2
3
extern void *emalloc(size_t);
3
4
extern void *erealloc(void *, size_t);
4
5
extern char *estrdup(const char *);