ref: a901d5647d30cf20fc0a096a612c58b2f99b8551
dir: /test/tap.h/
/* * Copyright (c) 2013, 2014, Louis P. Santillan <[email protected]> * All rights reserved. */ #ifndef TAP_H #define TAP_H void plan( unsigned int num ); unsigned int ok( unsigned int ok, const char* msg ); #endif