Ignore:
Timestamp:
Jul 5, 2016, 5:03:40 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
a922e34
Parents:
3a808fd
Message:

update include files for test programs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/avltree/avl.h

    r3a808fd r00b7cd3  
    66void free(void *);
    77#define assert(cond) if (! (cond)) { printf("Assertion failed: (%s) at %s:%d\n", #cond, __FILE__, __LINE__); abort(); }
    8 void abort();
    98int printf(const char *, ...);
    109}
Note: See TracChangeset for help on using the changeset viewer.