picrin/include/picrin.h

11 lines
133 B
C
Raw Normal View History

2013-10-10 03:15:41 -04:00
#ifndef PICRIN_H__
#define PICRIN_H__
typedef struct {
} pic_state;
pic_state *pic_open();
void pic_close(pic_state *pic);
#endif