Hey guys,

first sorry that i post in wrong treads. My first time in a forum! Now to my problem, i include the default.c to reference of zorro manual "Automatically included when no other #include statement is found in the main script. Otherwise it must be explicitly included". This i did
#include <default.c> // common language header
#include "Strategy\PricChanOC.c"
But then i got on compiling this error?
Zorro 2.40.3
(c) oP group Germany 2021
PricChanOC_demo compiling..
Error in 'functions.h' line 693:
syntax error
< C int F(dataRearrange)(int H1,int H2,int RowX,int RowY,int Mode);
>.

Can you help me please what's wrong on coding?