Gabriele Contini
2020-03-15 36ce07093b68b07513149577c209ae7a57ab356b
doc/usage/integration.md
File was renamed from doc/Integration.md
@@ -1,3 +1,5 @@
# Integrate license in your application
This short guide explain how to integrate `open-license-manager` in your application.
Working examples are provided in the [examples](https://github.com/open-license-manager/examples) project. 
@@ -6,7 +8,7 @@
The file containing the public api is `include/licensecc/licensecc.h`. Functions in there are considered stable.
### Print a pc identifier
### Print a hardware identifier
```CPP
bool identify_pc(IDENTIFICATION_STRATEGY pc_id_method, char* identifier_out, size_t bufSize);