ref: 6a7c384764bf6d69450037b1fb2ff3dd96b5e81c
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