test_printf.h 177 B

1234567891011121314
  1. /*
  2. * test_printf.h
  3. *
  4. * Created on: 29.01.2016
  5. * Author: pavel
  6. */
  7. #ifndef TEST_PRINTF_H_
  8. #define TEST_PRINTF_H_
  9. int test_printf(void);
  10. #endif /* TEST_PRINTF_H_ */