mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-07 03:22:03 +08:00
15 lines
212 B
C
15 lines
212 B
C
//
|
|
// printf.h
|
|
// test
|
|
//
|
|
// Created by crinq on 03.12.13.
|
|
// Copyright (c) 2013 Rene Hopf. All rights reserved.
|
|
//
|
|
|
|
#ifndef test_printf_h
|
|
#define test_printf_h
|
|
|
|
int printf_(const char *format, ...);
|
|
|
|
#endif
|