latin-conjugations
Latin conjugation charts.
File Explorer
- .gitignore
- latin-1.yaml
- latin-2.yaml
- latin-3.yaml
- latin-3i.yaml
- latin-4.yaml
- latin-conjugations-worksheet.pv
- latin-conjugations-worksheet.yaml
- latin-conjugations.pv
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
lib
View Details ▼
lib
The Microsoft Library Manager for creating and managing static libraries of object files.
lib /OUT :{{path\to\library.lib}} {{path\to\file1.obj path\to\file2.obj ...}}
Create a static library from object files:
lib /LIST {{path\to\library.lib}}
List the contents of a library:
lib {{path\to\library.lib}} {{path\to\file.obj}}
Add an object file to an existing library:
// repository documentation
Was this content helpful?
(0 ratings)
