home: hub: 9ficl

ref: 46fbdcae1e954e4809eb0c67c0180f71fd618a8d
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;
}