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

https://hal.archives-ouvertes.fr/hal-01863457
03 September 2018, 13:47:21 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • master
    No releases to show
  • f82b87d
  • /
  • camldim74
  • /
  • config
  • /
  • m-templ.h
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
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:41e4d609edb438fa0aaaf2259d928805a4596515
origin badgedirectory badge
swh:1:dir:e7bb8490872670250b463c8159aca6b0fc6c4136
origin badgerevision badge
swh:1:rev:c812045b6b43f7bfeca7954a47baf2dcbb8c6d8d
origin badgesnapshot badge
swh:1:snp:4d172a103aed92c68e0fd3b3be8c4a6e058d670d

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
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: c812045b6b43f7bfeca7954a47baf2dcbb8c6d8d authored by Software Heritage on 03 September 2018, 13:40:43 UTC
hal: Deposit 174 in collection hal
Tip revision: c812045
m-templ.h
/* Processor dependencies */

#undef CAML_SIXTYFOUR

/* Define CAML_SIXTYFOUR if the processor is 64 bits
   (sizeof(long) == 64, sizeof(void *) == 64).
   Leave CAML_SIXTYFOUR undefined if the processor is 32 bits
   (sizeof(long) == 32, sizeof(void *) == 32).
*/

#define CAML_BIG_ENDIAN

/* Define CAML_BIG_ENDIAN if the processor is big endian (the most significant
   byte of an integer stored in memory comes first).
   Leave CAML_BIG_ENDIAN undefined
   if the processor is little-endian (the least significant byte comes first).
*/

#define CAML_ALIGNMENT

/* Define CAML_ALIGNMENT if the processor puts alignment constraints on 
   16-bit and 32-bit memory accesses.
   Leave CAML_ALIGNMENT undefined if the processor can
   access a 16-bit or 32-bit integer at any address.
*/

#define CAML_ALIGN_DOUBLE

/* Define CAML_ALIGN_DOUBLE if the processor requires doubles to be
   doubleword-aligned.
   Leave CAML_ALIGN_DOUBLE undefined if the processor supports
   word-aligned doubles. */

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