text
stringlengths
4
6.14k
#ifndef _NP2_KEYSTAT_H_ #define _NP2_KEYSTAT_H_ #if 0 enum { NKEY_ESC = 0x00, NKEY_1 = 0x01, NKEY_2 = 0x02, NKEY_3 = 0x03, NKEY_4 = 0x04, NKEY_5 = 0x05, NKEY_6 = 0x06, NKEY_7 = 0x07, NKEY_8 = 0x08, NKEY_9 = 0x09, NKEY_0 = 0x0a, NKEY_MINUS = 0x0b, NKEY_CIRCUMFLEX = 0x0c,...
#pragma once #include <GL/glew.h> #include <GLFW/glfw3.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <ft2build.h> #include FT_FREETYPE_H #include "Shader.h" #include <map> #include <iostream> #include <string> namespace cge { struct Character { GLuint TextureID; glm::ivec2 Size; ...
#include "more_functions.h" #include <stdio.h> void another_function() { printf("You have caled another_function\n"); } void yet_another_function() { printf("You have called yet_another_function\n"); }
#pragma once #include <cfc/base.h> CFC_NAMESPACE2(cfc, profiling) class CFC_API scopedtime { public: scopedtime(cfc::context& ctx, const char* scope); ~scopedtime(); protected: cfc::context& m_ctx; const char* m_scope; double m_time; }; CFC_END_NAMESPACE2(cfc, profiling)
typedef enum { PAPHomeTabBarItemIndex = 0, PAPEmptyTabBarItemIndex = 1, PAPActivityTabBarItemIndex = 2 } PAPTabBarControllerViewControllerIndex; #define kPAPParseEmployeeAccounts [NSArray array] #pragma mark - NSUserDefaults extern NSString *const kPAPUserDefaultsActivityFeedViewControllerLastRefreshKey; extern N...
// ---------------------------------------------------------------------------- /* * Copyright (c) 2007 Fabian Greif, Roboterclub Aachen e.V. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are me...
#include "include/chunk.h" //allocate storage and init default values for a chunk chunk* createChunk() { chunk* ch = calloc(1, sizeof(chunk)); ch->action = INIT; ch->data = NULL; ch->data_size = 0; return ch; } inline void destroyChunk(chunk* chunk) { if(chunk != NULL) { pdebug("F...
#pragma once #ifndef OXYGINE_FRAMEWORK #define OXYGINE_FRAMEWORK //oxygine single include // #include "oxygine_include.h" #include "Actor.h" #include "AnimationFrame.h" #include "blocking.h" #include "Box9Sprite.h" #include "Button.h" #include "ClipRectActor.h" #include "Clock.h" #include "ColorRectSprite.h" #include ...
typedef struct _recv{ void *IOBASE; int pci_index; } t_recv; typedef struct _gps{ void *IOBASE; int pci_index; } t_gps; typedef struct _dio{ void *IOBASE; int pci_index; } t_dio; typedef struct _dds{ void *IOBASE; int pci_index; int state_time_usec; } t_dds; typedef struct _timing{ void *IOBASE...
#ifndef _JPETTRB_H_ #define _JPETTRB_H_ #include "TNamed.h" #include <TRef.h> /** * @brief Parametric class representing database information on parameters of a TRB board. * */ class JPetTRB: public TNamed { public: JPetTRB(); JPetTRB(int id, int type, int channel); ~JPetTRB(); inline int getID() const {...
// // TCStructs.h // NeuralNetwork // // Created by theo on 4/12/13. // Copyright (c) 2013 Theodore Calmes. All rights reserved. // #define tci(l,i,j) TCIndexMake(l,i,j) typedef struct TCRange { float low; float high; } TCRange; static TCRange TCRangeMake(float low, float high) { TCRange range; range...
#include "libsbook.h" #include <stdio.h> #include <sys/types.h> #include <regex.h> static char *strdup_len(const char *buf,int len) { char *b = (char *)malloc(len+1); memcpy(b,buf,len); b[len] = '\000'; return b; } void find_cityStateZip(const char *buf,char **city_,char **state_,char **zip_) { ...
#ifndef __STATE_BASE_H__ #define __STATE_BASE_H__ #include "State.h" RDPS_BEGIN PDCT_BEGIN class Collaborator; class StateBase : public State<Collaborator> { public: virtual ~StateBase() {}; virtual void Enter(const Collaborator &c) {} virtual void Execute(const Collaborator &c) {}; virtual voi...
/*---------------------------------------------------------*\ $Id$ \*---------------------------------------------------------*/ #include <stdio.h> #include "typesf2c.h" void c_print_sparsemat( int, int, int *, int *, int, double * ); #if defined(EXT_INT) long onbitmask_( long *len ) { unsigned long mask; ma...
// // UIViewController+HUD.h // CocoaCategory // // Created by Mac on 2017/10/16. // Copyright © 2017年 Mac. All rights reserved. // #import <UIKit/UIKit.h> #import <MBProgressHUD/MBProgressHUD.h> @interface UIViewController (HUD) @property (nonatomic, assign, readonly) BOOL isLoadingHUD; - (void)showHUDDefaultL...
#import "MOBProjection.h" @interface MOBProjectionEPSG32233 : MOBProjection @end
#ifndef MDSEARCH_OCTREE_H #define MDSEARCH_OCTREE_H #include "IndexStructure.h" namespace mdsearch { class Octree; typedef std::vector<Octree*> OctreeNodeList; /* Specifically, this is a Bucket PR Octree. */ class Octree : public IndexStructure { public: // Constant that determines the bucket size // Tha...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_char_ncat_65a.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.string.label.xml Template File: sources-sink-65a.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocat...
// // SpecHelpers.h // CocoaSpecsApp // // Created by Stanislaw Pankevich on 7/31/13. // Copyright (c) 2013 Stanislaw Pankevich. All rights reserved. // #import <Kiwi/Kiwi.h> #import "Database.h" #import "NSManagedObject+Helpers.h" #import "Exceptions.h"
// // MHzComment.h // 百思不得姐 // // Created by Minghe on 10/18/15. // Copyright © 2015 project. All rights reserved. // #import <Foundation/Foundation.h> @class MHzUser; @interface MHzComment : NSObject @property (copy, nonatomic) NSString *content;/**< 评论内容 */ @property (strong, nonatomic) MHzUser *user;/**< 发表评...
#import <UIKit/UIKit.h> #import "MLMiliService.h" @interface DetailController : UITableViewController <UIAlertViewDelegate, UIActionSheetDelegate> @property (nonatomic, strong) MLMiliService *service; @end
// // CalendarDate.h // // Created by Kevin Conley on 6/25/2013. // #import <Foundation/Foundation.h> #import "FMDatabase.h" @interface CalendarDate : NSObject @property (nonatomic, strong) NSString * serviceId; @property (nonatomic, strong) NSString * date; @property (nonatomic, strong) NSString * exceptionType;...
/** * The MIT License (MIT) * Copyright (c) 2016 Chaabane Jalal * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, ...
// // AVLStoreAssociate.h // Pods // // Created by SMIT V SHAH on 11/13/15. // // #import <Foundation/Foundation.h> /*! Enum for `StoreAssociate` access level for the application */ typedef NS_ENUM(NSInteger, AccessLevel) { /*! Access level - None */ AccessLevelNone = -1, /*! Access level - All. User c...
// // XPSettingCell.h // PhotoSecurity // // Created by nhope on 2017/3/21. // Copyright © 2017年 xiaopin. All rights reserved. // #import <UIKit/UIKit.h> @interface XPSettingCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *titleLabel; @property (weak, nonatomic) IBOutlet UISwitch *stateSwitch...
/*+--------------------------------------------- | 寒冰剑法 ( 主动技能 ) | 以一道寒冰剑气隔空伤敌,同时带有减速效果 | 发动几率:100% | 技能消耗:(140-Lv*10) 内息 | 攻击力 +(25+Lv*7) | 技能命中后造成对方【减速】 | ( 持续 15 秒 ) | 攻击速度 -20 +---------------------------------------------*/ #ifndef INCLUDE_ABILITY_HANBINGJIANFA #define INCLUDE_ABILITY_HANBINGJI...
// // HNCommentsViewController.h // HNReader // // Created by Andrew Shepard on 9/29/11. // Copyright 2011 Andrew Shepard. All rights reserved. // @class HNEntry; @interface HNCommentsViewController : UIViewController <UITableViewDelegate> @property (nonatomic, weak) IBOutlet UITableView *tableView; @property (n...
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSOperation.h" @interface _XCOQOperation : NSOperation { id <_XCOQOperationDelegate> _delegate; } @property(retain) id <_XCOQOperationDelegate> delegate; // @synth...
#ifndef INTERRUPT_H_ #define INTERRUPT_H_ class Interrupt { public: Interrupt(); private: }; #endif
#pragma once #include "../../src/bytecode/bytecodeparser.h"
/** * @file minSize13.c Defines MinSize set of 13 * @brief * Done in this way to be able to assemble various alternative sorting * arrangements staticly, rather than requiring one to recompile an * application as part of running a test suite. In this regard, we traded * off the low-overhead of having ...
// // SafeAreaSpacerViewManager.h // RNCommon // // Created by Reza on 3/19/18. // Copyright © 2018 kajoo. All rights reserved. // #import <React/RCTViewManager.h> #ifndef SafeAreaSpacerViewManager_h #define SafeAreaSpacerViewManager_h @interface SafeAreaSpacerViewManager : RCTViewManager @end #endif /* SafeAr...
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * vdpa device management interface * Copyright (c) 2020 Mellanox Technologies Ltd. All rights reserved. */ #ifndef _LINUX_VDPA_H_ #define _LINUX_VDPA_H_ #define VDPA_GENL_NAME "vdpa" #define VDPA_GENL_VERSION 0x1 enum vdpa_command { VDPA_CMD_UNSP...
/*! @file @author Albert Semenov @date 09/2008 */ #ifndef __DIALOG_H__ #define __DIALOG_H__ #include <MyGUI.h> #include "BaseLayout.h" namespace tools { class MYGUI_EXPORT Dialog : public wraps::BaseLayout { public: typedef MyGUI::delegates::CDelegate2<Dialog*, bool> EventHandle_Result; public: Dia...
#ifndef SCREEN_H #define SCREEN_H #define VGA_CRTC_INDEX 0x3D4 #define VGA_CRTC_DATA 0x3D5 #define VGA_COLOR_BLACK 0 #define VGA_COLOR_BLUE 1 #define VGA_COLOR_GREEN 2 #define VGA_COLOR_AQUA 3 #define VGA_COLOR_RED 4 #define VGA_COLOR_PURPLE 5 #define VGA_COLOR_YELLOW 6 #def...
#ifndef JOKEPROVIDER_H #define JOKEPROVIDER_H #include "Joke.h" #include <memory> #include <ctime> class JokesDelegate { public: enum Error { NetworkError, ParseError }; virtual void onJokesRecieved(const Jokes&) {} virtual void onJokesError(const Error error, ...
// // RYDownloader.h // RYUtils // // Created by Ryan on 13-4-17. // Copyright (c) 2013年 Ryan. All rights reserved. // #import <Foundation/Foundation.h> typedef enum { kDownloadWaiting = 0, //等待下载 kDownloading = 1, //正在下载 kDownloadingHandling = 2, //下载已返回,处于回调处理中 kDow...
#ifndef ANIMATOR_H #define ANIMATOR_H #include "vector" #include "map" #include "QString" #include "graphicsstateitem.h" #include "parameter.h" #include <QHash> class Animator { public: Animator(); /** * @brief addParameter * @param name * @param p * @return */ void addParamet...
/* * nghttp2 - HTTP/2 C Library * * Copyright (c) 2014 Tatsuhiro Tsujikawa * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the ri...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__malloc_char_memcpy_31.c Label Definition File: CWE124_Buffer_Underwrite__malloc.label.xml Template File: sources-sink-31.tmpl.c */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: Set data pointer to before the allocated memo...
// // MHTableDataController.h // MVVM // // Created by Marko Hlebar on 25/10/2014. // Copyright (c) 2014 Marko Hlebar. All rights reserved. // #import <Foundation/Foundation.h> #import "MHNameViewModel.h" #import "MHColorViewModel.h" #import <BIND/BNDDataController.h> @class MHPerson; @class MHPersonFetcher; @int...
// // DHResolvingDoorRenderer.h // DHAnimation // // Created by Huang Hongsen on 3/24/16. // Copyright © 2016 cn.daniel. All rights reserved. // #import "DHTransitionRenderer.h" @interface DHResolvingDoorTransitionRenderer : DHTransitionRenderer @end
#pragma once //------------------------------------------------------------------------------ /** @class Tools::CoreGameState A basic game state (C) 2013-2014 Individual contributors, see AUTHORS file */ #include "statehandlers/gamestatehandler.h" //-----------------------------------------------...
// The ROCCC Compiler Infrastructure // This file is distributed under the University of California Open Source // License. See ROCCCLICENSE.TXT for details. /* --*- C++ -*-- File: VHDLOutputPass.h This contains the declarations of the VHDLOutputPass class as well as the helper classes of LibraryEntry an...
// // Strawberry.h // CutCutCut // // Created by Allen Benson G Tan on 5/16/12. // Copyright 2012 WhiteWidget Inc. All rights reserved. // #import <Foundation/Foundation.h> #import "cocos2d.h" #import "PolygonSprite.h" @interface Strawberry : PolygonSprite { } @end
/* $Id: gvplugin_lasi.c,v 1.6 2011/01/25 16:30:51 ellson Exp $ $Revision: 1.6 $ */ /* vim:set shiftwidth=4 ts=8: */ /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are mad...
/** ****************************************************************************** * @file system_stm32l0xx.h * @author MCD Application Team * @version V1.2.0 * @date 06-February-2015 * @brief CMSIS Cortex-M0+ Device Peripheral Access Layer System Header File. *****************************...
/* * UAE - The Un*x Amiga Emulator * * Support for SDL sound * * Copyright 1997 Bernd Schmidt */ #define SOUNDSTUFF 1 #define AUDIO_NAME "sdl" extern uint16_t paula_sndbuffer[]; extern uint16_t *paula_sndbufpt; extern int32_t paula_sndbufsize; void finish_sound_buffer (void); void restart_sound_buffer (...
/* * \brief Provide a processor object for every available processor * \author Martin Stein * \author Stefan Kalkowski * \date 2014-01-14 */ /* * Copyright (C) 2014 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public Licens...
/* Scheme/Guile language support routines for GDB, the GNU debugger. Copyright (C) 1995, 1996, 1998, 1999, 2000, 2003, 2005, 2008, 2009 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Pu...
/* * hyperion: freenode ircd * ircd-ratbox: A slightly useful ircd. * supported.h: Header for 005 numeric etc... * * Copyright (C) 1990 Jarkko Oikarinen and University of Oulu, Co Center * Copyright (C) 1996-2002 Hybrid Development Team * Copyright (C) 2002-2005 ircd-ratbox development team * Copyright (...
/* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
/* * @(#) $Id$ * Copyright (C) 2003 David Necas (Yeti), Petr Klapetek. * E-mail: yeti@gwyddion.net, klapetek@gwyddion.net. * * This program 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 v...
// -*- C++ -*- /*! \file ads/indexedPriorityQueue/IndexedPriorityQueueActive.h \brief Indexed priority queue that partitions the active and inactive elements. */ #if !defined(__ads_indexedPriorityQueue_IndexedPriorityQueueActive_h__) #define __ads_indexedPriorityQueue_IndexedPriorityQueueActive_h__ #include "In...
#if !defined(_ECP_R_SMB1_H) #define _ECP_R_SMB1_H /*! * @file * @brief File contains ecp robot class declaration for SwarmItFix mobile base * @author twiniars <twiniars@ia.pw.edu.pl>, Warsaw University of Technology * * @ingroup smb */ #include "const_smb1.h" #include "ecp_r_smb.h" namespace mrrocpp { namespac...
/*************************************************************************** icq.h - description ------------------- begin : Sun Mar 17 2002 copyright : (C) 2002 by Vladimir Shutoff email : vovan@shutoff.r...
/****************************************************************************** * Icinga 2 * * Copyright (C) 2012-2014 Icinga Development Team (http://www.icinga.org) * * * ...
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
/* * This source code is part of the Eutelescope package of Marlin. * You are free to use this source files for your own development as * long as it stays in a public research context. You are not * allowed to use it for commercial purpose. You must put this * header with author names in all development ...
/* * u_ether.h -- interface to USB gadget "ethernet link" utilities * * Copyright (C) 2003-2005,2008 David Brownell * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger * Copyright (C) 2008 Nokia Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of...
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Sonic Visualiser An audio file viewer and annotation editor. Centre for Digital Music, Queen Mary, University of London. This program is free software; you can redistribute it and/or modify it under the terms of ...
/* * ipmi_smi.h * * MontaVista IPMI system management interface * * Author: MontaVista Software, Inc. * Corey Minyard <minyard@mvista.com> * source@mvista.com * * Copyright 2002 MontaVista Software Inc. * * This program is free software; you can redistribute it and/or modify it * under the...
/* * linux/arch/arm/mm/copypage-v6.c * * Copyright (C) 2002 Deep Blue Solutions Ltd, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux...
#include <stdlib.h> #include "lua.h" #include "lauxlib.h" #include "headers_lua.c" #include "mbox_lua.c" #include "socket_lua.c" #include "ftp_lua.c" #include "http_lua.c" #include "smtp_lua.c" #include "tp_lua.c" #include "url_lua.c" #include "ltn12_lua.c" #include "mime_lua.c" #define TEST(A) do { if (A) { \ ...
/*************************************************************************** * This file is part of KDevelop * * Copyright 2007 Andreas Pakulat <apaku@gmx.de> * * * * This pr...
/*------------------------------------------------------------------------ * Jastram-Test-Model for Adaptive FD-Grid * * Daniel Koehn * last update 23.10.2004 * * ---------------------------------------------------------------------*/ #include "fd.h" void model_elastic(float ** rho, float ** pi, flo...
// Copyleft 2008 Chris Korda // This program 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 any later version. /* chris korda revision history: rev date co...
typedef struct unk_ramdac_t { int state; uint8_t ctrl; } unk_ramdac_t; void unk_ramdac_out(uint16_t addr, uint8_t val, unk_ramdac_t *ramdac, svga_t *svga); uint8_t unk_ramdac_in(uint16_t addr, unk_ramdac_t *ramdac, svga_t *svga);
/* * Copyright (C) 2011-2012 WCloudEMU <http://www.WCloud.com/> * * This program 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. ...
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by: bing.wei.liu REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. * Test that pthread_mutexattr_setpshared()...
/* This file is part of the KDE project Copyright (C) 2004-2007 Jarosław Staniek <staniek@kde.org> This program is free software; you can redistribute it and,or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the Licen...
/* * Copyright 2006, Shanghai Huateng Software Systems Co., Ltd. * All right reserved. * * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF SHANGHAI HUATENG * SOFTWARE SYSTEMS CO., LTD. THE CONTENTS OF THIS FILE MAY NOT * BE DISCLOSED TO THIRD PARTIES, COPIED OR DUPLICATED IN ANY FORM, * IN WHOLE OR IN PART...
/**************************************************************************** ** ** ** Definition of QMakeProject class. ** ** Copyright (C) 1992-2003 Trolltech AS. All rights reserved. ** ** This file is part of qmake. ** ** This file may be distributed under the terms of the Q Public License ** as defined by Trollte...
#ifndef SIMBACREATIVEIDSDELETEDGETRESPONSE_H #define SIMBACREATIVEIDSDELETEDGETRESPONSE_H #include <TaoApiCpp/TaoResponse.h> #include <QList> /** * @brief TOP RESPONSE API: 获取删除的创意ID * * @author sd44 <sd44sdd44@yeah.net> */ class SimbaCreativeidsDeletedGetResponse : public TaoResponse { public: virtual ~SimbaC...
/* $Id$ */ /* * This file is part of OpenTTD. * OpenTTD 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, version 2. * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without...
#include <stdio.h> typedef enum { false, true } bool; bool IsPrime(int number) { int i; for (i = 2; number % i != 0; i += 1) {} if (number == i) { return true; } return false; } int main() { int i; int foundCombinations = 0; int previousPrime = 0; for (i = 3; foundCombinations < 10; i += 1) //i s...
#include <stdio.h> #include <cpglock.h> #include <errno.h> #include <string.h> int main(int argc, char **argv) { cpg_lock_handle_t h; struct cpg_lock l; if (argc < 2) { cpg_lock_dump(stdout); return 0; } if (cpg_lock_init(&h) < 0) { perror("cpg_lock_init"); return 1; } printf("Acquiring lock on %s......
/* created by click/linuxmodule/fixincludes.pl on Tue Nov 25 22:39:40 2014 */ /* from /lib/modules/2.6.27.5-117.fc10.i686/build/include/config/b43legacy/pio.h */
#ifndef __ASM_GENERIC_DMA_H #define __ASM_GENERIC_DMA_H /* * This file traditionally describes the i8237 PC style DMA controller. * Most architectures don't have these any more and can get the minimal * implementation from kernel/dma.c by not defining MAX_DMA_CHANNELS. * * Some code relies on seeing MAX_DMA_ADDRES...
#ifndef LIST_H #define LIST_H #include <stdexcept> #include <cstring> #include <ostream> struct base_list { struct node { char* data; node* next; } *head, *tail; int size; }; base_list::node* init_base_list_node(char* data, base_list::node* n); // initialization of a node base_list init_base_list(char* data); // ...
/* * arch/arm/mach-s3c3410/include/mach/dma.h * * Copyright (C) 2003 Hyok S. Choi <hyok.choi@samsung.com> */ #include <asm/hardware.h> #include <linux/wait.h> #ifndef __ASM_S3C3410_ARCH_DMA_H #define __ASM_S3C3410_ARCH_DMA_H /* * This is the maximum DMA address(physical address) that can be DMAd to. * */ #de...
/*************************************************************************** infantrysprite.h - description ------------------- begin : copyright : (C) 2003-2007 by Gael de Chalendar email : kleag@free.fr ***...
// // ExifContainer.h // Pods // // Created by Nikita Tuk on 02/02/15. // // #import <Foundation/Foundation.h> @class CLLocation; @interface ExifContainer : NSObject @property (nonatomic, strong, readonly) NSMutableDictionary *exifDictionary; @property (nonatomic, strong, readonly) NSMutableDictionary *tiffDicti...
// qmidinetAlsaMidiDevice.h // /**************************************************************************** Copyright (C) 2010-2019, rncbc aka Rui Nuno Capela. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as ...
/* * Copyright (C) 2017-2018 AshamaneProject <https://github.com/AshamaneProject> * Copyright (C) 2016 Firestorm Servers <https://firestorm-servers.com> * * This program 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 Softwa...
/** * @file result_list.h * Defines the structures for storing results in a linked list. */ #ifndef RESULT_LIST_H #define RESULT_LIST_H // By storing results as a list inside the result item, we can reduce copy operations tremendously. typedef struct result_loc{ int line_num; int col_num; struct result_loc *nex...
/* * wxPutFTPTextDialog.h * wxCURL * * Created by Casey O'Donnell on Fri Jul 23 2004. * Copyright (c) 2004 Casey O'Donnell. All rights reserved. * */ // wxPutFTPTextDialog.h: interface for the wxPutFTPTextDialog class. // ////////////////////////////////////////////////////////////////////// #ifndef _WXPUTFTPT...
/*************************************************************************** * Project TUPI: Magia 2D * * Project Contact: info@maefloresta.com * * Project Website: http://www.maefloresta.com * * Project...
/* * Copyright (c) 2002, Intel Corporation. All rights reserved. * Created by: rolla.n.selbak REMOVE-THIS AT intel DOT com * This file is licensed under the GPL license. For the full content * of this license, see the COPYING file at the top level of this * source tree. * A destroyed 'attr' attributes object c...
/* Cronos II - The GNOME mail client * Copyright (C) 2000-2001 Pablo Fernández López * * This program 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 ...
#ifndef MEDIUM_API_H #define MEDIUM_API_H /* ! \file \brief Api for media access functions. Medium is set of functions and settings describing the method how and from where to read or write logs; Medium state is dependent on type (file, memory, socket reader). Medium uses formatters to parse logs @se...
/* * mate-keyring * * Copyright (C) 2010 Stefan Walter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * ...
#include <vector> #include <cstdio> #ifndef SyntheticDivision_H #define SyntheticDivision_H #endif using namespace std; vector<double> synthDiv(vector<double> , double );
//------------------------------------------------------------------------- /* Copyright (C) 2010 EDuke32 developers and contributors This file is part of EDuke32. EDuke32 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free So...
#ifndef _SPARC64_PGALLOC_H #define _SPARC64_PGALLOC_H #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/slab.h> #include <asm/spitfire.h> #include <asm/cpudata.h> #include <asm/cacheflush.h> #include <asm/page.h> /* Page table allocation/freeing. */ extern struct kmem_cache *p...
/** Module rsb2_socket - Interface. * @file rsb2_socket.h * @author jp.tranvouez@navilab.com * @defgroup rsb2_socket Socket API Wrapper * @ingroup rsb2_libos * @{ */ #ifndef RSB2_SOCKET_H #define RSB2_SOCKET_H #ifdef __cplusplus extern "C" { #endif /** Close a socket. * @param sock socket file descriptor */ v...
/* * LK8000 Tactical Flight Computer - WWW.LK8000.IT * Released under GNU/GPL License v.2 or later * See CREDITS.TXT file for authors and copyrights * * File: IOIOUartPort.h * Author: Bruno de Lacheisserie */ #ifndef ANDROID_USBSERIALPORT_H #define ANDROID_USBSERIALPORT_H #include "AndroidPort.h" class Usb...
/* Omnispeak: A Commander Keen Reimplementation Copyright (C) 2020 Omnispeak Authors This program 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 ver...
/* $Id: dlts.c,v 1.4 2006/11/22 15:26:50 bertl Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <stdlib.h> #include "messages.h" #include "dlts.h" #include <stdio.h> #ifdef USE_ZLIB #include <zlib.h> #endif #include <string.h> #include "data_io.h" /* #include <sys/types.h> #include <sys/stat.h> */ #d...
/*//////////////////////////////////////////////////////////////////////// Copyright (c) 1992 Electrotechnical Laboratry (ETL) Permission to use, copy, modify, and distribute this material for any purpose and without fee is hereby granted, provided that the above copyright notice and this permission notice appear in a...