File: stdcompat.h.in

package info (click to toggle)
ocaml-stdcompat 20~git20240529-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,540 kB
  • sloc: ml: 34,099; sh: 861; makefile: 249
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
@C_BEGIN_BEFORE_4_06_0@
#include <caml/alloc.h>

value
caml_alloc_initialized_string(mlsize_t len, const char *p);
@C_END_BEFORE_4_06_0@