Advertisement - Continue reading below

Definition of "typedef" [typedef]

  • A statement that declares a name for a data type. (noun)
  • A name that has been declared by such a statement. (noun)

Wiktionary.org : Text is available under the Creative Commons Attribution-ShareAlike License

Use "typedef" in a sentence
  • "Message typedef, which is provided by the framework, and contains the data sent by the client."
  • "/* Structures for datas storage * /typedef struct {u_int32_t from, first_timestamp; struct timeval first_seen;} machine_t; typedef struct {u_int32_t host, nat; struct timeval first_seen;} nat_box_t;"
  • "/* Structures for TCP options * /typedef struct {u_int32_t ts, ts_r;} timestamp_t; typedef struct {timestamp_t * ts;} tcp_opt_t;"