File: H5_inline.c

package info (click to toggle)
haskell-hdf5 1.8.14-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 876 kB
  • sloc: haskell: 2,515; ansic: 479; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#include <H5public.h>
#include <bindings.cmacros.h>

herr_t inline_H5check() {
    return H5check();
}