https://github.com/recursiveerror/generics_in_c
Um teste com polimorfismo paramétrico para simular tipos genericos em C
https://github.com/recursiveerror/generics_in_c
Last synced: 6 months ago
JSON representation
Um teste com polimorfismo paramétrico para simular tipos genericos em C
- Host: GitHub
- URL: https://github.com/recursiveerror/generics_in_c
- Owner: RecursiveError
- Created: 2021-08-15T22:54:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T22:55:10.000Z (over 4 years ago)
- Last Synced: 2025-03-12T18:46:02.840Z (9 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generics_in_C
Um teste com polimorfismo paramétrico para simular tipos genericos em C