home: hub: 9ficl

ref: 7393a9a5e8453bbc7c8b767a6af41b463a9ca34a
dir: /unix.c/

View raw version
#include <string.h>
#include <netinet/in.h>

#include "ficl.h"



unsigned long ficlNtohl(unsigned long number)
{
    return ntohl(number);
}




void ficlCompilePlatform(FICL_DICT *dp)
{
    return;
}