nes-proj/core/lib
David Kopf d4eeeeb8c9 Remove inclusion of preprocessor directive in macro expansion. Some gcc's do not like that. 2011-08-17 13:13:55 -04: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 make it possible to accumulate CRC values through crc16_data. 2009-05-14 12:05:04 +00:00
crc16.h fixed documentation typos 2008-10-15 14:17:28 +00:00
ctk-filedialog.c Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
ctk-filedialog.h Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
ctk-textentry-checkbox.c
ctk-textentry-checkbox.h
ctk-textentry-cmdline.c Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers 2009-02-24 21:30:02 +00:00
ctk-textentry-cmdline.h Added a dummy function instead of a NULL callback in the textentry widget because sdcc does not like NULL function pointers 2009-02-24 21:30:02 +00:00
ctk-textentry-multiline.c
ctk-textentry-multiline.h
gcr.c dos2unix conversion 2011-01-07 11:55:36 +00:00
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 Added a function for obtaining the next item on the list. This makes list iterations nicer, as the ->next pointer now is hidden within the list abstraction. 2010-06-15 18:54:27 +00:00
list.h Added a way to for specifying lists as parts of structs. These lists 2010-09-13 13:31:00 +00:00
me.c
me.h
me_tabs.c
me_tabs.h fixed for compilation with IAR compiler 2011-04-06 20:14:30 +02:00
memb.c Changed name of the internal struct memb_blocks to struct memb for consistency 2009-04-06 21:18:03 +00:00
memb.h Changed name of the internal struct memb_blocks to struct memb for consistency 2009-04-06 21:18:03 +00:00
mmem.c
mmem.h fixed documentation typos 2008-10-15 14:17:28 +00:00
petsciiconv.c Convert '@' correctly from PETSCII to ASCII - by leaving it alone. 2010-01-31 23:46:19 +00:00
petsciiconv.h
print-stats.c Remove inclusion of preprocessor directive in macro expansion. Some gcc's do not like that. 2011-08-17 13:13:55 -04:00
print-stats.h Convenience function for printing out system statistics 2007-09-27 22:22:40 +00:00
random.c Fix ancient RAND_MAX compiler warning 2010-12-13 16:52:02 +00:00
random.h Fix ancient RAND_MAX compiler warning 2010-12-13 16:52:02 +00:00
ringbuf.c corrected include path 2010-06-15 13:31:22 +00:00
ringbuf.h A ring buffer library. The ring buffer library is useful in device drivers, where bytes can be safely written to the buffer from an interrupt handler, and read from non-interrupt code. 2009-03-01 20:23:56 +00:00
sensors.c fixed sensors_find API 2010-01-14 20:04:38 +00:00
sensors.h Removed semicolon from #define to allow the semicolon to be placed naturally after the macro is used 2010-02-23 18:27:04 +00:00
strncasecmp.c fixed documentation typos 2008-10-15 14:17:28 +00:00