mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-26 15:49:18 +00:00
b451573f00
git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@59 4df02467-bbd4-4a76-a152-e7ce94205b78
17 lines
333 B
C
17 lines
333 B
C
// ToACME - converts other source codes to ACME format.
|
|
// Copyright (C) 1999-2006 Marco Baye
|
|
// Have a look at "main.c" for further info
|
|
//
|
|
// version
|
|
#ifndef version_H
|
|
#define version_H
|
|
|
|
|
|
// prototypes
|
|
extern void version_show_info(const char[]);
|
|
extern int version_parse_id(const char[]);
|
|
extern void version_main(void);
|
|
|
|
|
|
#endif
|