8 lines
71 B
C
8 lines
71 B
C
|
#ifndef _NEXTUSER_H
|
||
|
#define _NEXTUSER_H
|
||
|
|
||
|
void nextuser(void);
|
||
|
|
||
|
#endif
|
||
|
|