Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/friendbear/safe-zero-copy-parsers-c-lang-ver

C Sample Code
https://github.com/friendbear/safe-zero-copy-parsers-c-lang-ver

c sample-code

Last synced: about 1 month ago
JSON representation

C Sample Code

Awesome Lists containing this project

README

        

![Alt text](image-1.png)

# Safe Zero Copy Parsers

## C Langage Version

> This is Sample Coode

### Change me

```c
void get_data(uint8_t *buffer) {
const uint8_t data[] = {255, 't', 'e', 's', 't'};
memcpy(buffer, data, sizeof(data));
}
```

---

Link: