uFTP/library/logFunctions.h
Ugo Cirmignani d3677b775a Some bugs fix
2017-10-21 15:39:11 +02:00

30 lines
450 B
C

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: logFunctions.h
* Author: ugo
*
* Created on 20 ottobre 2017, 21.41
*/
#ifndef LOGFUNCTIONS_H
#define LOGFUNCTIONS_H
#ifdef __cplusplus
extern "C" {
#endif
void printTimeStamp(void);
#ifdef __cplusplus
}
#endif
#endif /* LOGFUNCTIONS_H */