Skip to content

Instantly share code, notes, and snippets.

@vmlemon
Created August 11, 2022 20:48
Show Gist options
  • Save vmlemon/ad494670af2fe2455d5884564d18cb75 to your computer and use it in GitHub Desktop.
Save vmlemon/ad494670af2fe2455d5884564d18cb75 to your computer and use it in GitHub Desktop.
/*
* stdtypes.h Standard Types used for VOS applications.
*/
typedef char_varying(32) object_t;
typedef char_varying(66) device_t;
typedef char_varying(66) module_t;
typedef char_varying(256) path_t;
typedef char_varying(300) line_t;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment