// // This file is part of the Bones source-to-source compiler examples. This C-code // example is meant to illustrate the use of Bones. For more information on Bones // use the contact information below. // // == More information on Bones // Contact............Cedric Nugteren // Web address........http://parse.ele.tue.nl/bones/ // // == File information // Filename...........dependences/example02.c // Author.............Cedric Nugteren // Last modified on...11-October-2014 // #include // This is 'example02', an element -> element example WITH dependences. int main(void) { int i; int N = 256; // Declare input/output arrays int A[N]; // Set the input data for(i=0;i