ota: Merge 20240728 (bsd-feature) from ota 3319c34a8713
[freebsd/src.git] / stand / ficl / unix.c
blob77ab3a405d70964db6e2f681085013133f178beb
2 #include <string.h>
3 #include <netinet/in.h>
5 #include "ficl.h"
9 unsigned long ficlNtohl(unsigned long number)
11 return ntohl(number);
17 void ficlCompilePlatform(FICL_DICT *dp)
19 return;