Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smt116/ansi-c---szablon
https://github.com/smt116/ansi-c---szablon
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smt116/ansi-c---szablon
- Owner: smt116
- Created: 2011-10-08T11:44:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-17T17:49:39.000Z (about 12 years ago)
- Last Synced: 2024-04-14T15:03:27.558Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Maciej Małecki
[email protected]Szablon programu w języku ANSI C. Stworzony do automatyzacji bardzo podstawowych czynności.
Makra:
-> Alokowanie dynamicznych tablic.
Przykładowe użycie:
int *tablica = MALLOC(int, 10000);