Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
398 contributions in the last year
Contribution activity
November 2020
Created 22 commits in 3 repositories
Created an issue in picolibc/picolibc that received 5 comments
memory layout problem struct __file
memory layout problem of struct:
struct __file { __ungetc_t unget; /* ungetc() buffer */ uint8_t flags; /* flags, see below */
#define __SRD 0x0001…