contiki/core/lib
2008-07-07 23:24:36 +00:00
..
assert.c
assert.h
crc16.c Added a function for computing the CRC16 over a portion of data 2008-07-07 23:24:36 +00:00
crc16.h Added a function for computing the CRC16 over a portion of data 2008-07-07 23:24:36 +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
list.c
list.h
malloc_compact.c
malloc.c
malloc.h
me_tabs.c
me_tabs.h
me.c
me.h
memb.c
memb.h Moved C preprocessor concatenation macro to sys/cc.h 2008-01-14 09:22:50 +00:00
mmem.c
mmem.h
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
rand.h
random.c Avoided compiler warning. 2008-02-10 12:30:57 +00:00
random.h
realloc.c
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