nasa / SBN

38 stars 23 forks source link

review types for return values, etc. #26

Closed CDKnightNASA closed 4 years ago

CDKnightNASA commented 4 years ago

Most SBN functions return a status code, some return size information, etc. Should typedef all to make clear what type they represent. (Such as making return status an enum.)