Lines Matching full:c
27 ```c
50 ```c
52 * Copyright (c) 2019 Author Name Here
76 extern "C" {
96 function appears in the source module (the .c file) in the same order it
101 ```c
120 must be followed for the .c file, replacing `zsl/groupname.h` with a reference
123 ```c
125 * Copyright (c) 2019 Author Name Here
146 To add a new unit test, open `tests/src/main.c`, and add a function prototype
149 ```c
158 ```c
168 To implement the unit test, open (or create) the appropriate `groupname_tests.c`
170 `main.c`:
172 ```c
208 See specifically the [defines](https://docs.zephyrproject.org/latest/guides/test/ztest.html#c.zasse…