[ create a new paste ] login | about

Link: http://codepad.org/XgqVPVNK    [ raw code | fork ]

C, pasted on Feb 11:
1
2
3
4
5
6
7
typedef struct{
	uint8_t id;
	int len;
	int * (*handler)(uint8_t *in, uint8_t lut_index);
	char * name;
	char setting_number;
}tablet_bt_lut_t;


Create a new paste based on this one


Comments: