10 lines
72 B
C
10 lines
72 B
C
#ifndef _NEWSPOST_H
|
|
#define _NEWSPOST_H
|
|
|
|
|
|
int newspost(void);
|
|
|
|
|
|
#endif
|
|
|