10 lines
74 B
C
10 lines
74 B
C
#ifndef _CALLALL_H
|
|
#define _CALLALL_H
|
|
|
|
|
|
fa_list *callall(void);
|
|
|
|
|
|
#endif
|
|
|