Skip to content
View chrisbazley's full-sized avatar
💭
Hacking Clang
💭
Hacking Clang
  • Cambridge, UK

Block or report chrisbazley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chrisbazley/README.md
  • 👋 Hi, I’m @chrisbazley
  • 👀 I’m interested in C programming
  • 🌱 I’m currently learning Python and C++
  • 💞️ I’m looking to collaborate on a C language extension
  • 📫 chris.bazley@arm.com
  • 📫 cs99cjb@gmail.com

Popular repositories Loading

  1. strb_t strb_t Public

    A new type and functions to manage strings, as proposed in WG14 papers N3250, N3296 and N3306. Its goal is to eliminate a source of many common programmer errors. The new interface is designed to b…

    C 6

  2. chrisbazley chrisbazley Public

    Config files for my GitHub profile.

  3. llvm-project llvm-project Public

    Forked from llvm/llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at…

    C++

  4. CBUtilLib CBUtilLib Public

    This C library provides miscellaneous additional functionality not found in the standard C library such as linked lists, string buffers and case- insensitive string comparisons. It should have mini…

    C

  5. 3dObjLib 3dObjLib Public

    This C library is designed for use by programs that process 3D models in the simple object geometry format developed by Wavefront for their Advanced Visualizer software. It should have minimal depe…

    C

  6. StreamLib StreamLib Public

    The purpose of this C library is to provide a uniform interface to read from or write to streams of different types. Several implementations are provided, including for compressed and uncompressed…

    C