Files
moldyn/statgen/messages.h
arcan1s 51d31d0a2f + added CMakeLists.txt
+ added headers
+ added library 'add_main.c'
+ some optimization
2013-07-22 06:06:01 +04:00

6 lines
121 B
C

#ifndef MESSAGES_H
#define MESSAGES_H
int message (const int, const int, const char *, FILE *);
#endif /* MESSAGES_H */