libc 0.0.6 copy "libc: ^0.0.6" to clipboard
libc: ^0.0.6 copied to clipboard

outdatedDart 1 only

The C standard library wrapper (currently only header files) for the "binary interop" and "binary types".

example/example.dart

import "package:libc/headers.dart";
import "package:libc/libc_library.dart";
import "package:binary_interop/binary_interop.dart";

void main() {
  var types = new BinaryTypes();
  var helper = new BinaryTypeHelper(types);
  helper.addHeaders(LIBC_HEADERS);
  var libc = loadLibC(types);
  libc.printf("Hello, library '%s'!\n", ["libc"]);
}
0
likes
0
pub points
1%
popularity

Publisher

unverified uploader

The C standard library wrapper (currently only header files) for the "binary interop" and "binary types".

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

binary_interop

More

Packages that depend on libc