nes-proj/core/lib
adamdunkels 13a3029435 Rewrote the random_rand() pseudo random number generator to use the libc rand() function instead 2009-02-11 11:09:59 +00:00
..
assert.c
assert.h
checkpoint.c added experimental checkpointing functionality: 2009-02-04 17:49:15 +00:00
checkpoint.h added experimental checkpointing functionality: 2009-02-04 17:49:15 +00:00
crc16.c Constness 2008-08-26 21:46:06 +00:00
crc16.h fixed documentation typos 2008-10-15 14:17:28 +00:00
ctk-filedialog.c
ctk-filedialog.h
ctk-textentry-checkbox.c
ctk-textentry-checkbox.h
ctk-textentry-cmdline.c
ctk-textentry-cmdline.h
ctk-textentry-multiline.c
ctk-textentry-multiline.h
gcr.c
gcr.h
ifft.c Rename static function log2 to ilog2 to avoid clashes (and compiler warnings) with built-in function called log2 2008-07-03 23:40:12 +00:00
ifft.h modified API for fft 2008-04-25 22:12:25 +00:00
libconio.c #include "contiki" has been added so as to enable platform-dependent configuration for LIBCONIO_WIDTH and LIBCONIO_HEIGHT. 2007-09-09 12:24:44 +00:00
libconio.h fixed documentation typos 2008-10-15 14:17:28 +00:00
list.c changed list_pop to return removed element 2008-12-16 09:59:42 +00:00
list.h fixed documentation typos 2008-10-15 14:17:28 +00:00
me.c
me.h
me_tabs.c
me_tabs.h
memb.c
memb.h fixed documentation typos 2008-10-15 14:17:28 +00:00
mmem.c
mmem.h fixed documentation typos 2008-10-15 14:17:28 +00:00
petsciiconv.c
petsciiconv.h
print-stats.c Moved energest.{c,h} from core/lib to core/sys: power profiling is a system mechanism, not a library 2008-07-03 23:36:30 +00:00
print-stats.h Convenience function for printing out system statistics 2007-09-27 22:22:40 +00:00
rand.c include contiki.h and use standard data types. 2007-09-04 08:48:54 +00:00
rand.h Rewrote the random_rand() pseudo random number generator to use the libc rand() function instead 2009-02-11 11:09:59 +00:00
random.c Rewrote the random_rand() pseudo random number generator to use the libc rand() function instead 2009-02-11 11:09:59 +00:00
random.h
sensors.c
sensors.h Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
strncasecmp.c fixed documentation typos 2008-10-15 14:17:28 +00:00