mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-23 09:30:48 +00:00
56ee1d304e
Do not compile it yet, I have more (newer) versions to commit... ;) git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@55 4df02467-bbd4-4a76-a152-e7ce94205b78
19 lines
339 B
C
19 lines
339 B
C
// ToACME - converts other source codes to ACME format.
|
|
// Copyright (C) 1999-2003 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
|