Hi, I am currently starting out in the subject of network programming in C. From looking at code examples I found this:
#include "unp.h"
What is the difference between that and the regular way to include .h files:
#include <stdio.h>
thanks
j
|
Results 1 to 2 of 2
Thread: C header files questionThreaded View
|
|