Phyzix
Loading...
Searching...
No Matches
printf.h
1//
2// Created by shams on 9/30/24.
3//
4
5#ifndef PHYZIX_PRINTF_H
6#define PHYZIX_PRINTF_H
7
8void printf(const char *format, ...);
9
10#endif //PHYZIX_PRINTF_H