https://github.com/asmeikal/c-utils
Utilities naive per il C.
https://github.com/asmeikal/c-utils
Last synced: 2 months ago
JSON representation
Utilities naive per il C.
- Host: GitHub
- URL: https://github.com/asmeikal/c-utils
- Owner: asmeikal
- License: other
- Created: 2016-01-27T19:31:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T12:58:12.000Z (over 8 years ago)
- Last Synced: 2025-01-20T21:23:49.384Z (4 months ago)
- Language: C
- Size: 149 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Utilities generiche per il C.
## Dependencies
- [MCLabUtils](https://bitbucket.org/mclab/mclabutils).
Il Makefile si aspetta una variabile MCLABDIR contenente il path alla cartella contenente le MCLabUtils.
## Contents
- `ArrayUtils.h`: solo una macro per conoscere la lunghezza di un array.
- `CopyrightNotice.h`: stampare informativa a inizio programma.
- `LineParser.h`: funzione per parsare i contenuti di un file di testo.
- `MLUtils.h`: utilities varie.
- `Vector.h`: utilities per vettori terminati da NULL.
- `pgm.h`: funzioni per caricare in memoria e salvare immagini pgm (scala di grigio).