Update README.

Add license
This commit is contained in:
Toby Jaffey 2025-12-12 21:50:33 +00:00
parent 789cd74516
commit f8f7627eb8
3 changed files with 55 additions and 6 deletions

View file

@ -1,6 +1,3 @@
#ifndef UVM32_H
#define UVM32_H 1
/*!
https://github.com/ringtailsoftware/uvm32
@ -27,6 +24,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#ifndef UVM32_H
#define UVM32_H 1
/*! To use uvm32 in an environment without standard library headers, define CUSTOM_STDLIB_H to the name of header providing the equivalent types to stdint.h and stdbool.h */
#ifndef CUSTOM_STDLIB_H
#include <stdint.h>