10 lines
176 B
C
10 lines
176 B
C
#ifndef _PINFO_H
|
|
#define _PINFO_H
|
|
|
|
void ls(void); /* Left side of block */
|
|
void rs(void); /* Right side of block */
|
|
void cr(void); /* Show product info screen */
|
|
|
|
#endif
|
|
|