odin-blend2d

Odin bindings to Blend2D
Log | Files | Refs | README | LICENSE

test.c (150B)


      1 #include "test.h"
      2 
      3 char constArray(const char arr[2]) {
      4     return arr[0] + arr[1];
      5 }
      6 
      7 char typedef_test(testType arr) {
      8     return arr[0] + arr[1];
      9 }