14 lines
143 B
C
14 lines
143 B
C
//
|
|
// File.h
|
|
//
|
|
//
|
|
// Created by Andrzej Wójcik on 10/04/2020.
|
|
//
|
|
|
|
#ifndef File_h
|
|
#define File_h
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif /* File_h */
|