R
Roman Mashak
Hello, All!
I often come across in open-source software definitions of standard types
with new names, for example:
typedef char SYS_CHAR;
typedef unsigned short SYS_UINT16;
....
Why not to use types specified in C99 or Posix standards? I believe that's
what they are for: make code reading/maintaining easier, standard and
consistent.
With best regards, Roman Mashak. E-mail: (e-mail address removed)
I often come across in open-source software definitions of standard types
with new names, for example:
typedef char SYS_CHAR;
typedef unsigned short SYS_UINT16;
....
Why not to use types specified in C99 or Posix standards? I believe that's
what they are for: make code reading/maintaining easier, standard and
consistent.
With best regards, Roman Mashak. E-mail: (e-mail address removed)