1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-23 16:09:09 -04:00

16 lines
151 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
uint32_t esp_random(void);
#ifdef __cplusplus
}
#endif