Add gmtime and localtime

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1976 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-07-12 00:41:06 +00:00
parent de18e3272f
commit b32b7cb4b2
9 changed files with 172 additions and 22 deletions
+1
View File
@@ -810,6 +810,7 @@
typical embeddd system.
* sched/: Added gettimeofday(). This implementation is simply a thin
wrapper around clock_gettimer().
* lib/: Add gmtime() and localtime()