You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __SOME_VALUE__
|
|
#define __SOME_VALUE__
|
|
|
|
#include <stdio.h>
|
|
#include <stdint.h>
|
|
|
|
int32_t some_number( void );
|
|
|
|
#endif
|