mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-19 19:15:55 -05:00
7 lines
93 B
C
7 lines
93 B
C
#ifndef USAGE_H_
|
|
#define USAGE_H_
|
|
|
|
void die( const char *err, ...) ;
|
|
|
|
#endif /* USAGE_H_ */
|