Sistema de supervision y alarma para deposito de comida de animales

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers date_and_time.h Source File

date_and_time.h

00001 //=====[#include guards - begin]===============================================
00002 
00003 #ifndef _DATE_AND_TIME_H_
00004 #define _DATE_AND_TIME_H_
00005 
00006 //=====[Libraries]=============================================================
00007 
00008 //=====[Declaration of public defines]=======================================
00009 
00010 //=====[Declaration of public data types]======================================
00011 
00012 //=====[Declarations (prototypes) of public functions]=========================
00013 
00014 char* dateAndTimeRead();
00015 
00016 void dateAndTimeWrite( int year, int month, int day, 
00017                        int hour, int minute, int second );
00018 
00019 //=====[#include guards - end]=================================================
00020 
00021 #endif // _DATE_AND_TIME_H_