source: UsbWattMeter/trunk/lwip-1.4.1/ports/ccrx/time.h@ 164

Last change on this file since 164 was 164, checked in by coas-nagasima, 8 years ago

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 165 bytes
Line 
1
2#ifndef _TIME_H
3#define _TIME_H
4
5#include "sys/types.h"
6
7time_t time(time_t *time);
8struct tm* gmtime_r(const time_t* timer, struct tm* tmp);
9
10#endif /* _TIME_H */
Note: See TracBrowser for help on using the repository browser.