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

Dart 1 only

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libc

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  libc: ^0.0.10

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:libc/libc.dart';
0
likes
30
pub points
0%
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

BSD-3-Clause (LICENSE)

Dependencies

binary_interop

More

Packages that depend on libc