home: hub: 9ficl

ref: d9e69e99e9a3688934c3b7e0282650aa8cb666e1
dir: /unix.c/

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

#include "ficl.h"



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




void ficlCompilePlatform(FICL_DICT *dp)
{
    return;
}