Select Git revision
Forked from
Nettle / nettle
Source project has a limited visibility.
-
Niels Möller authored
Rev: src/nettle/md5.c:1.5 Rev: src/nettle/md5.h:1.5
Niels Möller authoredRev: src/nettle/md5.c:1.5 Rev: src/nettle/md5.h:1.5
main.h 312 B
/*
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
*/
#ifndef MAIN_H
#define MAIN_H
/* Prototypes begin here */
int main(int argc, char **argv);
/* Prototypes end here */
#endif /* !MAIN_H */