Open susnak opened 8 years ago
From @susnak on April 17, 2015 8:34
This will at least immediately identify that the error comes from the backend library.
Possible return types will be stored as enum ltfatStatus
typedef enum { ltfatUnspecErr = 1, ltfatMemAlocErr = 2, ltfatNoErr = 0, ... } ltfatStatus;
Copied from original issue: ltfat/ltfat#35
From @susnak on April 17, 2015 8:34
This will at least immediately identify that the error comes from the backend library.
Possible return types will be stored as enum ltfatStatus
typedef enum { ltfatUnspecErr = 1, ltfatMemAlocErr = 2, ltfatNoErr = 0, ... } ltfatStatus;
Copied from original issue: ltfat/ltfat#35