mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
9 lines
82 B
C
9 lines
82 B
C
|
#ifndef FUNCTIONS_H
|
||
|
#define FUNCTIONS_H
|
||
|
|
||
|
#endif // FUNCTIONS_H
|
||
|
|
||
|
void thing() {
|
||
|
|
||
|
}
|