The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef DHCPCTL_TP_h
#define DHCPCTL_TP_h 1
#define TP_UNSPECIFIED 0
#define	TP_BOOL        1
#define TP_INT         2
#define TP_UINT        3
#define TP_STRING      4
typedef unsigned int TYPE;
#endif