Dynamic Load Balance
3.6.1+32-59d1
src
support
gtypes.h
Go to the documentation of this file.
1
/*********************************************************************************/
2
/* Copyright 2009-2024 Barcelona Supercomputing Center */
3
/* */
4
/* This file is part of the DLB library. */
5
/* */
6
/* DLB is free software: you can redistribute it and/or modify */
7
/* it under the terms of the GNU Lesser General Public License as published by */
8
/* the Free Software Foundation, either version 3 of the License, or */
9
/* (at your option) any later version. */
10
/* */
11
/* DLB is distributed in the hope that it will be useful, */
12
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
13
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
14
/* GNU Lesser General Public License for more details. */
15
/* */
16
/* You should have received a copy of the GNU Lesser General Public License */
17
/* along with DLB. If not, see <https://www.gnu.org/licenses/>. */
18
/*********************************************************************************/
19
20
/* gtypes from GLIB */
21
22
/* GLIB - Library of useful routines for C programming
23
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
24
*
25
* SPDX-License-Identifier: LGPL-2.1-or-later
26
*
27
* This library is free software; you can redistribute it and/or
28
* modify it under the terms of the GNU Lesser General Public
29
* License as published by the Free Software Foundation; either
30
* version 2.1 of the License, or (at your option) any later version.
31
*
32
* This library is distributed in the hope that it will be useful,
33
* but WITHOUT ANY WARRANTY; without even the implied warranty of
34
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
35
* Lesser General Public License for more details.
36
*
37
* You should have received a copy of the GNU Lesser General Public
38
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
39
*/
40
41
/*
42
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
43
* file for a list of people on the GLib Team. See the ChangeLog
44
* files for a list of changes. These files are distributed with
45
* GLib at ftp://ftp.gtk.org/pub/gtk/.
46
*/
47
48
#ifndef GTYPES_H
49
#define GTYPES_H
50
51
#include <inttypes.h>
52
53
typedef
int
gint
;
54
typedef
gint
gboolean
;
55
typedef
unsigned
int
guint
;
56
typedef
int8_t
gint8
;
57
typedef
uint8_t
guint8
;
58
typedef
void
*
gpointer
;
59
typedef
const
void
*
gconstpointer
;
60
61
#endif
/* GTYPES_H */
gint8
int8_t gint8
Definition:
gtypes.h:56
gboolean
gint gboolean
Definition:
gtypes.h:54
gpointer
void * gpointer
Definition:
gtypes.h:58
guint8
uint8_t guint8
Definition:
gtypes.h:57
gint
int gint
Definition:
gtypes.h:53
gconstpointer
const void * gconstpointer
Definition:
gtypes.h:59
guint
unsigned int guint
Definition:
gtypes.h:55
Generated by
1.9.4