You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My computer uses an implementation of strcmp() which will return -1 if the string is lower, 0 if it is egal, or 1 greater (and it corresponds to the c norm).
The issue of that is epsilon main wants a function which will return the difference of chars (like it is implemented here).
The execution arguments doesn't work at all for me, because of that requirement.
Describe the bug
My computer uses an implementation of
strcmp()
which will return -1 if the string is lower, 0 if it is egal, or 1 greater (and it corresponds to the c norm).The issue of that is epsilon main wants a function which will return the difference of chars (like it is implemented here).
The execution arguments doesn't work at all for me, because of that requirement.
Screenshots
By adding before this line that line :
here is what is outputed :
Expected behavior
I would expect args to work.
Environment
The text was updated successfully, but these errors were encountered: