Added GPL-headers to source files
This commit is contained in:
parent
73cdb88057
commit
e5cc589a0f
18
constants.h
18
constants.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef CONSTANTS_H
|
#ifndef CONSTANTS_H
|
||||||
#define CONSTANTS_H
|
#define CONSTANTS_H
|
||||||
#define CODE_bool_false 0xbc799737
|
#define CODE_bool_false 0xbc799737
|
||||||
|
18
include.h
18
include.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __INCLUDE_H__
|
#ifndef __INCLUDE_H__
|
||||||
#define __INCLUDE_H__
|
#define __INCLUDE_H__
|
||||||
|
|
||||||
|
19
interface.c
19
interface.c
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
18
interface.h
18
interface.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __INTERFACE_H__
|
#ifndef __INTERFACE_H__
|
||||||
#define __INTERFACE_H__
|
#define __INTERFACE_H__
|
||||||
|
|
||||||
|
18
loop.c
18
loop.c
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#define READLINE_CALLBACKS
|
#define READLINE_CALLBACKS
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
18
loop.h
18
loop.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __LOOP_H__
|
#ifndef __LOOP_H__
|
||||||
#define __LOOP_H__
|
#define __LOOP_H__
|
||||||
int loop (void);
|
int loop (void);
|
||||||
|
24
main.c
24
main.c
@ -1,19 +1,21 @@
|
|||||||
/*
|
/*
|
||||||
main.c: main initialization file
|
This file is part of telegram-client.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
modify it under the terms of the GNU General Public License as
|
it under the terms of the GNU General Public License as published by
|
||||||
published by the Free Software Foundation; either version 2, or (at
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Nikolay Durov, Andrey Lopatin 2012-2013
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Nikolay Durov, Andrey Lopatin 2012-2013
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __MTPROTO_CLIENT_H__
|
#ifndef __MTPROTO_CLIENT_H__
|
||||||
#define __MTPROTO_CLIENT_H__
|
#define __MTPROTO_CLIENT_H__
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Nikolay Durov, Andrey Lopatin 2012-2013
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Nikolay Durov, Andrey Lopatin 2012-2013
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __MTPROTO_COMMON_H__
|
#ifndef __MTPROTO_COMMON_H__
|
||||||
#define __MTPROTO_COMMON_H__
|
#define __MTPROTO_COMMON_H__
|
||||||
|
|
||||||
|
18
net.c
18
net.c
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
18
net.h
18
net.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __NET_H__
|
#ifndef __NET_H__
|
||||||
#define __NET_H__
|
#define __NET_H__
|
||||||
|
|
||||||
|
18
queries.c
18
queries.c
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#define _FILE_OFFSET_BITS 64
|
#define _FILE_OFFSET_BITS 64
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
|
18
queries.h
18
queries.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#include "net.h"
|
#include "net.h"
|
||||||
#ifndef __QUERIES_H__
|
#ifndef __QUERIES_H__
|
||||||
#define __QUERIES_H__
|
#define __QUERIES_H__
|
||||||
|
18
structures.c
18
structures.c
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "structures.h"
|
#include "structures.h"
|
||||||
#include "mtproto-common.h"
|
#include "mtproto-common.h"
|
||||||
|
18
structures.h
18
structures.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __STRUCTURES_H__
|
#ifndef __STRUCTURES_H__
|
||||||
#define __STRUCTURES_H__
|
#define __STRUCTURES_H__
|
||||||
|
|
||||||
|
18
telegram.h
18
telegram.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#define MAX_DC_NUM 9
|
#define MAX_DC_NUM 9
|
||||||
#define MAX_USER_NUM 1000
|
#define MAX_USER_NUM 1000
|
||||||
#define MAX_CHAT_NUM 1000
|
#define MAX_CHAT_NUM 1000
|
||||||
|
18
tree.h
18
tree.h
@ -1,3 +1,21 @@
|
|||||||
|
/*
|
||||||
|
This file is part of telegram-client.
|
||||||
|
|
||||||
|
Telegram-client is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Telegram-client is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this telegram-client. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Copyright Vitaly Valtman 2013
|
||||||
|
*/
|
||||||
#ifndef __TREE_H__
|
#ifndef __TREE_H__
|
||||||
#define __TREE_H__
|
#define __TREE_H__
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user