[go: up one dir, main page]

Menu

[f2b791]: / src / miscprocs.h  Maximize  Restore  History

Download this file

23 lines (16 with data), 272 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* $Id$
* miscprocs.h
*/
#ifndef MISCPROCS_H
#define MISCPROCS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <guile/gh.h>
#endif /* MISCPROCS_H */
/* Local Variables: */
/* tab-width: 8 */
/* c-basic-offset: 2 */
/* End: */
/* vim:ts=8:sw=2:sta
*/