- added JUCE library code

git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@357 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2018-06-12 16:53:56 +00:00
parent fd05a8501a
commit 88f2f0e9aa
755 changed files with 269502 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/*
* File: memdump.h
* Author: jens
*
* Created on 1. Februar 2015, 09:09
*/
#ifndef MEMDUMP_H
#define MEMDUMP_H
#ifdef __cplusplus
extern "C" {
#endif
void memdump(uint8_t *pBuf, uint32_t base, int num_bytes_per_row, int len);
#ifdef __cplusplus
}
#endif
#endif /* MEMDUMP_H */