Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:158a3f36b0bd3da461fb7458de44cfa2c94e4270
  • Code
  • Branches (0)
  • Releases (20)
    • Branches
    • Releases
      • 1.18.0-6ubuntu14.1
      • 1.18.0-6ubuntu14
      • 1.18.0-6ubuntu11.1
      • 1.18.0-6ubuntu11
      • 1.18.0-6ubuntu8.2
      • 1.18.0-6ubuntu8
      • 1.18.0-0ubuntu1.3
      • 1.17.10-0ubuntu1
      • 1.14.0-0ubuntu1.10
      • 1.10.3-0ubuntu0.16.04.5
      • 1.9.15-0ubuntu1
      • 1.4.6-1ubuntu3.9
      • 1.4.6-1ubuntu3
    • b1109b0
    • /
    • src
    • /
    • misc
    • /
    • ngx_cpp_test_module.cpp
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    content badge
    swh:1:cnt:3cbc0a8111a74de5a052bf93c73374b5f71e92e1
    directory badge
    swh:1:dir:412e51f3ab7c535162e688ab8da497a0a8820503
    snapshot badge
    swh:1:snp:158a3f36b0bd3da461fb7458de44cfa2c94e4270
    release badge
    swh:1:rel:459ce4427f7c5b1451c2643dd8f961017fd3dce5

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    ngx_cpp_test_module.cpp
    
    // stub module to test header files' C++ compatibilty
    
    extern "C" {
      #include <ngx_config.h>
      #include <ngx_core.h>
      #include <ngx_event.h>
      #include <ngx_event_connect.h>
      #include <ngx_event_pipe.h>
    
      #include <ngx_http.h>
    
      #include <ngx_mail.h>
      #include <ngx_mail_pop3_module.h>
      #include <ngx_mail_imap_module.h>
      #include <ngx_mail_smtp_module.h>
    }
    
    // nginx header files should go before other, because they define 64-bit off_t
    // #include <string>
    
    
    void ngx_cpp_test_handler(void *data);
    
    void
    ngx_cpp_test_handler(void *data)
    {
        return;
    }
    

    back to top

    Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API