ref: 7e4b22f0fb9ceac0b49f9720ae37ff988a31e7bb
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