X-Git-Url: http://nitlanguage.org diff --git a/lib/c.nit b/lib/c.nit index 04f7b20..deb6765 100644 --- a/lib/c.nit +++ b/lib/c.nit @@ -14,10 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Utilities and performant structure for the FFI with C +# Structures and services for compatibility with the C language module c -import standard -intrude import standard::collection::array + +import core +intrude import core::collection::array # A thin wrapper around a `NativeCArray` adding length information abstract class CArray[E]