ref: 9e1c37442af95a9f6040b0c1bbb697d92b332408
dir: /test/tap.h/
/* * Copyright (c) 2013, 2014, Louis P. Santillan <lpsantil@gmail.com> * All rights reserved. */ #ifndef TAP_H #define TAP_H void plan( unsigned int num ); unsigned int ok( unsigned int ok, const char* msg ); #endif