bitc_string_t Struct Reference

C representation of the BitC string type. More...

#include <runtime.h>


Data Fields

bitc_word_t length
const char * s
 Immutable, unicode UTF-8!


Detailed Description

C representation of the BitC string type.

This is basically the same as the vector structure, but we need a common declaration for it that spans all generated source files.

Definition at line 183 of file runtime.h.


Field Documentation

bitc_word_t bitc_string_t::length

Definition at line 184 of file runtime.h.

Referenced by bitc_stdlib_atoi(), DEFUN(), and mkStringLiteral().

const char* bitc_string_t::s

Immutable, unicode UTF-8!

Definition at line 186 of file runtime.h.

Referenced by bitc_stdlib_atoi(), DEFUN(), and mkStringLiteral().


The documentation for this struct was generated from the following file:
Generated on Fri Feb 10 07:59:22 2012 for BitC Runtime Library by  doxygen 1.4.7