implemented why2.h in main files
This commit is contained in:
parent
bc5fabb681
commit
c936ac4b6c
@ -1,9 +1,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <why2/encrypter.h>
|
#include <why2.h>
|
||||||
#include <why2/flags.h>
|
|
||||||
#include <why2/misc.h>
|
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
|
@ -2,10 +2,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <why2/encrypter.h>
|
#include <why2.h>
|
||||||
#include <why2/decrypter.h>
|
|
||||||
#include <why2/flags.h>
|
|
||||||
#include <why2/misc.h>
|
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user