Erlang Language
Extern termformaat
Zoeken…
Invoering
External Term Format is een binair formaat dat wordt gebruikt om te communiceren met de buitenwereld. Je kunt het met elke taal gebruiken via poorten, stuurprogramma's of NIF. BERT (Binary ERlang Term) kan in andere talen worden gebruikt.
ETF gebruiken met Erlang
binary_to_term().
ETF gebruiken met C
Gegevensstructuur initialiseren
#include <stdio.h>
#include <string.h>
#include <ei.h>
Coderingsnummer
#include <stdio.h>
#include <ei.h>
int
main() {
}
Coderend atoom
Codering tuple
Coderingslijst
Coderingskaart
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow