mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Update README.
Add license
This commit is contained in:
parent
789cd74516
commit
f8f7627eb8
3 changed files with 55 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue