Badr
Badr

Reputation: 10648

how to send a byte array through udp using ansi c?

i want to send a byte array on udp through an ansi c program how can we use this.

Upvotes: 0

Views: 1647

Answers (2)

ninjalj
ninjalj

Reputation: 43688

Err, ANSI/ISO C doesn't include sockets.

Upvotes: 0

Kimvais
Kimvais

Reputation: 39548

See Socket tutorial.

Upvotes: 3

Related Questions