Skip to content
Snippets Groups Projects
Commit 182a26ff authored by Jamie Wright's avatar Jamie Wright
Browse files

3a

parent 64f200d8
No related branches found
No related tags found
Loading
#include "../ex_main.h"
__declspec(dllexport)
uint8_t foo(unsigned i) {
if (i < N) {
uint8_t v = array1[i];
return array2[v*S];
}
return 0;
}
\ No newline at end of file
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment